Thread: Need ODBC driver

Need ODBC driver

From
"Konstantin S. Kuznetsov"
Date:
Hello,
I'v got PostgreSQL-6.2.1 with RedHat-5.0 distribution.
Where can I get ODBC drivers for Windows95 and NT to create an SQL
server that can work with Microsoft Access. Moreover, Will it be
possible to modify databases ( add lines, etc.) from Access?
Thank you for your response.
Konstantin S. Kuznetsov.


Re: [SQL] Need ODBC driver

From
David Hartwig
Date:
Check out http://www.insightdist.com/psqlodbc.   And yes insert, update
and delete are implemented.

Konstantin S. Kuznetsov wrote:

> Hello,
> I'v got PostgreSQL-6.2.1 with RedHat-5.0 distribution.
> Where can I get ODBC drivers for Windows95 and NT to create an SQL
> server that can work with Microsoft Access. Moreover, Will it be
> possible to modify databases ( add lines, etc.) from Access?
> Thank you for your response.
> Konstantin S. Kuznetsov.




Re: [SQL] Need ODBC driver

From
Byron Nikolaidis
Date:

Konstantin S. Kuznetsov wrote:

> Hello,
> I'v got PostgreSQL-6.2.1 with RedHat-5.0 distribution.
> Where can I get ODBC drivers for Windows95 and NT to create an SQL
> server that can work with Microsoft Access. Moreover, Will it be
> possible to modify databases ( add lines, etc.) from Access?
> Thank you for your response.
> Konstantin S. Kuznetsov.

The current website for the postgres odbc driver is
http://www.insightdist.com/psqlodbc

There you will find:
- self-extracting full install for win95/nt (postdrv.exe)
- the compiled dll for quicker subsequent installs (postdll.zip)
- full source code (postsrc.zip)

Byron