Re: psqlodbc installation problem

From: Ludek Finstrle <luf(at)pzkagis(dot)cz>
To: Bart Samwel <bart(at)samwel(dot)tk>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: psqlodbc installation problem
Date: 2006-06-06 05:59:27
Message-ID: 20060606055927.GA31375@soptik.pzkagis.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> install psqlODBC 08.02.0002 using the MSI installer. I have the driver
> from PostgreSQL installed, which gives me a "PostgreSQL ANSI" and a
> "PostgreSQL Unicode" driver (both version 8.01.0200), but installing the
> MSI does _not_ add another driver. Is there anyhting else I need to do
> to get this to work?

MSI - I hope you use OS Windows.

It may install PostgreSQL driver. It contains:
C:\Program Files\psqlODBC\0802\bin\psqlodbc35w.dll (and some others
needed only for SSL and kerberos)
Registry:
HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\PostgreSQL
APILevel = REG_SZ 1
ConnectFunctions = REG_SZ YYN
Driver = REG_SZ C:\Program Files\psqlODBC\0802\bin\psqlodbc35w.dll
DriverODBCVer = REG_SZ 03.51
Setup = REG_SZ C:\Program Files\psqlODBC\0802\bin\psqlodbc35w.dll
SQLLevel = REG_SZ 1
UniqueIndex = REG_SZ 1 (I'm not sure if it's required)
UsageCount = REG_DWORD 0x0001
HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\ODBC Drivers
PostgreSQL = REG_SZ Installed

I hope I help you.

Regards,

Luf

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Gavin Sansom 2006-06-06 06:11:02 FW: Re: psqlodbc installation problem
Previous Message Bart Samwel 2006-06-05 21:18:11 psqlodbc installation problem