i am having problems in using ado.net with my access db. I have an example using a mysql server but i cant find any information regarding ado.net with access. can anybody help with a tutorial or sample code on just how to setup connection and execute sql statement on the db
thanks for the reply, one question. how do i actually run the code to see it in operation??? the run button is disabled. do i need to call it from somewhere else???
" Me.OleDbConnection1 = New system.Data.OleDb.OleDbConnection()"?
I thought the following would suffice;
Me.OleDbConnection1 = New OleDb.OleDbConnection()
Many thanks
Taxes
The more I learn about VB.NET the more I like dBaseIII Plus
The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.