how would i create edit read use table in ms access via vb.net please give me some help

link|improve this question
not even close to a real question... – Mitch Wheat Mar 17 '10 at 10:19
feedback

3 Answers

You should use ADO.Net and System.Data.OleDb (OleDbConnection, OleDbCommand, OleDbDataAdapter, OleDbDataReader) and even DataSets.

See this articlefor sample code.

link|improve this answer
feedback

You must create an ODBC connection in your VB script and then you can send SQL commands to the Access database.

See here for some code to get you started.

link|improve this answer
feedback

There is a very clear tutorial to connect, retrieve, display, and update Ms Access database here..

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.