ADO problems

  • Thread starter Thread starter EMP
  • Start date Start date
E

EMP

Can anyone tell me how to connect to an Access database to
use the tables within Visual Basic...what should the
connectionstring be? I have tried everything and I am not
making connections. I keep getting this (error 30001 -
Arguments are of the wrong type, are out of acceptable
range, or are in conflict with one another) when I try to
execute. Please help!!
 
Can anyone tell me how to connect to an Access database to
use the tables within Visual Basic...what should the
connectionstring be? I have tried everything and I am not
making connections.

Here's one sample:

Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False;User
ID=Admin;Mode=Share Deny None;Data Source=C:\Access.mdb

-- Dev
 
Back
Top