Re: Some problems with psqlODBC

From: Ludek Finstrle <luf(at)pzkagis(dot)cz>
To: Philippe CHAMPLEBOUX <philippe(dot)champleboux(at)prospective-software(dot)fr>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Some problems with psqlODBC
Date: 2005-12-21 13:06:35
Message-ID: 20051221130635.GB30837@soptik.pzkagis.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> I'm feel sorry to ask this question but I try to install psqlODBC on a
> Windows 2000 Platform and .... don't succeed.
>
> I downloaded several version (psqlodbc-08_01_0100.zip ,
> psqlodbc-08_01_0101.zip, psqlodbc-8_01_0105.zip, psqlodbc-08_01_0102.zip)
> and, every time I try to install it, I have the same result :
> - Unzip : OK
> - <double-click> on psqlodbc.msi : OK
> - ... installation succeed.
>
> But, when I use the <Driver Manager> I don't see any driver in the
> "Drivers List". Althouth They exist in the regedit file.

Please verify if you have proper path to driver in registry.
Registry paths are:
HKLM\Software\ODBC\ODBCINST.INI\PostgreSQL ANSI
HKLM\Software\ODBC\ODBCINST.INI\PostgreSQL Unicode
There are two values in each: Driver and Setup.

And there have to be values:
"PostgreSQL ANSI"="Installed"
"PostgreSQL Unicode"="Installed"
in registry path:
HKLM\Software\ODBC\ODBCINST.INI\ODBC Drivers

Do you have admin rights when you try install it?

Regards,

Luf

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Ludek Finstrle 2005-12-21 13:12:17 Re: ODBC ErrorCode issue
Previous Message Ludek Finstrle 2005-12-21 12:55:28 patch for sqlstate (bug 1000495)