Thread: newbie: ODBC?

newbie: ODBC?

From
Lüdde Mirko
Date:
Hi there,

does anybody know, where I can find an ODBC driver
for a postgresql 7.1 / cygwin / MS W2K system?

Thanks, Mirko.

--
Dr. rer. nat. M. Luedde
CellControl Biomedical Laboratories AG
+49-89-895275-0
mailto:Mirko.Luedde@CellControl.De http://www.cellcontrol.de

RE: newbie: ODBC?

From
Dave Page
Date:

> -----Original Message-----
> From: Lüdde Mirko [mailto:mirko.luedde@cellcontrol.de]
> Sent: 04 May 2001 10:47
> To: 'pgsql-cygwin@postgresql.org'
> Subject: [CYGWIN] newbie: ODBC?
>
> Hi there,
>
> does anybody know, where I can find an ODBC driver
> for a postgresql 7.1 / cygwin / MS W2K system?
>

The ODBC driver for the W2K side can be found at
ftp://ftp.postgresql.org/pub/odbc/versions

If you need to run the ODBC driver in cygwin you will need to compile the
library from either the CVS code or the code in src/interfaces/odbc in the
PostgreSQL tarball.

Regards, Dave.