odbc connection

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

there is no system.data.odbc namespace in .Net 2002. Which classes to use to
make odbc connection?

I tried to use oledb namespace with odbc connection string, but it didn't
work.

help

regards from Sinclair
 
ODBC data provider was not shipped in the original .NET Framework 1.0, it
was added later as a separate download:

..NET Framework Version 1.0 ODBC .NET Data Provider
http://www.microsoft.com/downloads/...27-1017-4f33-a062-d165078e32b1&displaylang=en

That said, it is better to use OLEDB and much better to use a .NET Data
Provider.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 

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

Back
Top