Re: psqlodbc installation problem - Mailing list pgsql-odbc

From Ludek Finstrle
Subject Re: psqlodbc installation problem
Date
Msg-id 20060606055927.GA31375@soptik.pzkagis.cz
Whole thread Raw
In response to psqlodbc installation problem  (Bart Samwel <bart@samwel.tk>)
Responses Re: psqlodbc installation problem  (Bart Samwel <bart@samwel.tk>)
List 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

pgsql-odbc by date:

Previous
From: Bart Samwel
Date:
Subject: psqlodbc installation problem
Next
From: "Gavin Sansom"
Date:
Subject: FW: Re: psqlodbc installation problem