[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.odbcnet

.Net data provider for ODBC

Myles

5/16/2002 11:31:00 AM

Whilst you cannot use OLE DB Provider for ODBC the
documentation points to a download on msdn: .Net Data
Provider for ODBC.

In theory you download and install and then you can use
dsn connections again.

I say in theory because I am serching for clues about why
it doen't appear in a list of providers in Dreamweaver
Ultradev MX after I know I installed it...


2 Answers

Myles

5/16/2002 11:57:00 AM

0

Another version of the question:

What is the provider called - that is to say if I am
writing the string by hand I might write something like:

Provider=MSDAORA; Data Source=path+an Oracle data base

Provider=Microsoft.Jet.OLEDB.4.0; etc

What is the correct reference for .Net Data Provider for
OODBC using a dsn?

Provider=?; Data Source=myDsn?

Provider =?; dsn=myDsn ?



>-----Original Message-----
>Whilst you cannot use OLE DB Provider for ODBC the
>documentation points to a download on msdn: .Net Data
>Provider for ODBC.
>
>In theory you download and install and then you can use
>dsn connections again.
>
>I say in theory because I am serching for clues about
why
>it doen't appear in a list of providers in Dreamweaver
>Ultradev MX after I know I installed it...
>
>
>.
>

(Hussein Abuthuraya(MSFT))

5/16/2002 9:30:00 PM

0