Satyapriya Nayak
posted
2231 posts
since
Mar 24, 2010
from
|
|
Re: how to insert the data into MS-Access 2007 through VB.net
|
|
|
|
|
|
|
|
|
|
|
Hi Siddhartha,
Please refer the below link
http://www.ehow.com/how_6962532_insert-data-access-using-vb_net.html
http://www.java2s.com/Code/ASP/ADO.net-Database/UseSQLdirectlytoinsertdataintodatabaseinVBnet.htm
Thanks
|
|
|
|
|
|
Sushta Guthnar
posted
59 posts
since
Mar 22, 2010
from
|
|
Re: how to insert the data into MS-Access 2007 through VB.net
|
|
|
|
|
|
|
|
|
|
|
insert into <table> (<field1>, <field2>) values (<value1>, <value2>)
This should be sending you on the way
|
|
|
|
|
|