How to connect to MS Access....

P

Pete Smith

How to connect to MS Aceess using vb.net & .Net Framework 1.1?
System.Data.Odbc or

System.Data.SqlClient ?

What is the rightway of doing this?

Thank you,

Pete
 
P

Paul Clement

¤ Thank you for the reply.
¤ What about "System.Data.Odbc" ?
¤ Pete

No, don't use it as the basis for your application. That would require the MS Access ODBC driver
which isn't as stable at the Jet OLEDB Provider.


Paul
~~~~
Microsoft MVP (Visual Basic)
 

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