how would i create edit read use table in ms access via vb.net please give me some help
feedback
|
|
You should use ADO.Net and System.Data.OleDb (OleDbConnection, OleDbCommand, OleDbDataAdapter, OleDbDataReader) and even DataSets. See this articlefor sample code. | |||
|
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. | |||
|
feedback
|
|
There is a very clear tutorial to connect, retrieve, display, and update Ms Access database here.. | |||
|
feedback
|