How to connect to MS Access....

  • Thread starter Thread starter Pete Smith
  • Start date Start date
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
 
¤ 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)
 
Back
Top