ODBC .Net

  • Thread starter Darren Gulliver
  • Start date
D

Darren Gulliver

I'm trying to use ODBC to connect to different databases in VB.NET I know
there is a reference I need to add called Microsoft.Data.ODBC.dll but it is
not available on my list of .Net references. I have the .Net Framework 1.1
so I do not understand wht I cannot use ODBC.

What am I doing wrong?

TIA
Darren
 
C

Cor

Hi Darren..
I'm trying to use ODBC to connect to different databases in VB.NET I know
there is a reference I need to add called Microsoft.Data.ODBC.dll but it is
not available on my list of .Net references. I have the .Net Framework 1.1
so I do not understand wht I cannot use ODBC.

I think you find your solution easy here

http://www.connectionstrings.com/

I hope this helps a little bit?
Cor
 
P

Paul Clement

¤ I'm trying to use ODBC to connect to different databases in VB.NET I know
¤ there is a reference I need to add called Microsoft.Data.ODBC.dll but it is
¤ not available on my list of .Net references. I have the .Net Framework 1.1
¤ so I do not understand wht I cannot use ODBC.
¤

If it's not in the global assembly cache, try browsing for the file Microsoft.Data.Odbc.dll and add
it through the references dialog.

You could also download and install the component:
http://www.microsoft.com/downloads/...27-1017-4F33-A062-D165078E32B1&displaylang=en


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
P

Paul Clement

On Thu, 9 Oct 2003 10:05:51 +0100, "Darren Gulliver"

¤ Thank you all for your input.
¤
¤ As I'm running VS2002 v1.1 of the framework is not compatible. Only VS2003
¤ is.
¤
¤ I found a ODBC_Net set up program which makes the Microsoft.Data.ODBC.dll
¤ available. I downloaded this extra driver from
¤ http://www.microsoft.com/downloads/...27-1017-4F33-A062-D165078E32B1&displaylang=en
¤

Just an FYI concerning the framework version compatibility issues:

http://www.gotdotnet.com/team/changeinfo/default.aspx


Paul ~~~ (e-mail address removed)
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