[lnkForumImage]
TotalShareware - Download Free Software

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


 

Clark

12/6/2002 7:26:00 PM

Hi, does anyone know to connect ASP .Net to a Progress DB using a microsoft
driver ?

Thank you!


2 Answers

Marc Woolfson

12/9/2002 7:15:00 PM

0

My final year project involves connecting to a remote PostgreSQL database
with C# through the Postgres ODBC driver
[http://odbc.postgresql.org/psqlodbc.php?DocID...] and .Net's
ODBC.Net Data Provider
[http://msdn.microsoft.com/downloads/sample.asp?url=/MSDN-FILES/02...
msdncompositedoc.xml] which is delivered with good documentation.

Don't know if this helps.

Marc Woolfson

"Clark" <cesaroll@hotmail.com> wrote in message
news:On3QTVVnCHA.1448@TK2MSFTNGP11...
> Hi, does anyone know to connect ASP .Net to a Progress DB using a
microsoft
> driver ?
>
> Thank you!
>
>


(John R. Jones)

1/2/2003 7:06:00 PM

0

Hi There,

Microsoft does not supply an ODBC Driver for Progress, you can obtain
a free full functioning evaluation licensed ODBC Driver for Progress
connectivity from http://www.open...

You can use this ODBC Driver in your connectivity from .Net and other
applications which you intend to use odbc connectivity to retrieve
data from an ODBC Database.

HTH

BR

John

"Marc Woolfson" <m.woolfson@lancs.ac.uk> wrote in message news:<uXEK576nCHA.1816@TK2MSFTNGP11>...
> My final year project involves connecting to a remote PostgreSQL database
> with C# through the Postgres ODBC driver
> [http://odbc.postgresql.org/psqlodbc.php?DocID...] and .Net's
> ODBC.Net Data Provider
> [http://msdn.microsoft.com/downloads/sample.asp?url=/MSDN-FILES/02...
> msdncompositedoc.xml] which is delivered with good documentation.
>
> Don't know if this helps.
>
> Marc Woolfson
>
> "Clark" <cesaroll@hotmail.com> wrote in message
> news:On3QTVVnCHA.1448@TK2MSFTNGP11...
> > Hi, does anyone know to connect ASP .Net to a Progress DB using a
> microsoft
> > driver ?
> >
> > Thank you!
> >
> >