|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to connect to MS Access....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 Hello,
The correct namespace is Microsoft.Data.OleDB Regards Cyril Gupta Thank you for the reply.
What about "System.Data.Odbc" ? Pete Show quoteHide quote "Cyril Gupta" <nomail@nospam.com> wrote in message news:OiW%23ZodOGHA.2336@TK2MSFTNGP12.phx.gbl... > Hello, > > The correct namespace is Microsoft.Data.OleDB > > Regards > Cyril Gupta > > On Mon, 27 Feb 2006 08:54:10 -0800, "Pete Smith" <PeteSmit***@hotmail.com> wrote: ¤ 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) Thank you for the suggestion.
Pete "Paul Clement" <UseAdddressAtEndofMess***@swspectrum.com> wrote in message MS Access ODBC drivernews:d5c602174gtaviickvcrej7fhpggdrm1qn@4ax.com... > On Mon, 27 Feb 2006 08:54:10 -0800, "Pete Smith" <PeteSmit***@hotmail.com> wrote: > > ¤ 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 Show quoteHide quote > which isn't as stable at the Jet OLEDB Provider. > > > Paul > ~~~~ > Microsoft MVP (Visual Basic) Pete,
System.Data.OleDb Kerry Moorman Show quoteHide quote "Pete Smith" wrote: > 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 > > > > > > > > > |
|||||||||||||||||||||||