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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

using find on ado 3
ADO find Date 12
ADO programming 11
Close Database 0
How keep ADO connection to get AutoNumber 2
ADO - Access Undefined function 2
Processing Crosstabs in ADO 1
help! run a query with ADO or DAO 2

Back
Top