ADO problems

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!!
 
D

Dev Ashish

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

Top