Thread

  1. BUG #5640: ODBC driver installed but not found

    Hannu Pohjanpalo <hannu.pohjanpalo@winware.fi> — 2010-09-02T18:36:14Z

    The following bug has been logged online:
    
    Bug reference:      5640
    Logged by:          Hannu Pohjanpalo
    Email address:      hannu.pohjanpalo@winware.fi
    PostgreSQL version: 8.4.4
    Operating system:   Windows 7 Pro 64 bit
    Description:        ODBC driver installed but not found
    Details: 
    
    I installed PostgreSQL 8.4.4 in my Windows 7 Professional (64 bit), and ran
    (as Administrator)Application Stack Builder to download and install the ODBC
    driver. This installation looked perfectly successful, but when starting
    Control Panel / Administrative Tasks / ODBC Settings, and press Add..., I
    cannot find this PostgreSQL ODBC driver, I can only see two SQLServer
    drivers. I uninstalled and tried again: same result. Have you seen this
    before? All ideas are welcome, thanks!
    
    
  2. Re: BUG #5640: ODBC driver installed but not found

    Craig Ringer <craig@postnewspapers.com.au> — 2010-09-03T03:20:30Z

    On 3/09/2010 2:36 AM, Hannu Pohjanpalo wrote:
    
    > I installed PostgreSQL 8.4.4 in my Windows 7 Professional (64 bit), and ran
    > (as Administrator)Application Stack Builder to download and install the ODBC
    > driver. This installation looked perfectly successful, but when starting
    > Control Panel / Administrative Tasks / ODBC Settings, and press Add..., I
    > cannot find this PostgreSQL ODBC driver, I can only see two SQLServer
    > drivers. I uninstalled and tried again: same result. Have you seen this
    > before? All ideas are welcome, thanks!
    
    You have to run the 32-bit ODBC administrator. PostgreSQL doesn't 
    install a 64-bit ODBC driver yet, and anyway you'd need to configure the 
    32-bit one for access by any 32-bit apps.
    
    -- 
    Craig Ringer
    
    Tech-related writing at http://soapyfrogs.blogspot.com/
    
    
  3. Re: BUG #5640: ODBC driver installed but not found

    Hiroshi Inoue <inoue@tpf.co.jp> — 2010-09-03T22:04:03Z

    (2010/09/03 3:36), Hannu Pohjanpalo wrote:
    >
    > The following bug has been logged online:
    >
    > Bug reference:      5640
    > Logged by:          Hannu Pohjanpalo
    > Email address:      hannu.pohjanpalo@winware.fi
    > PostgreSQL version: 8.4.4
    > Operating system:   Windows 7 Pro 64 bit
    > Description:        ODBC driver installed but not found
    > Details:
    >
    > I installed PostgreSQL 8.4.4 in my Windows 7 Professional (64 bit), and ran
    > (as Administrator)Application Stack Builder to download and install the ODBC
    > driver. This installation looked perfectly successful, but when starting
    > Control Panel / Administrative Tasks / ODBC Settings, and press Add..., I
    > cannot find this PostgreSQL ODBC driver, I can only see two SQLServer
    > drivers. I uninstalled and tried again: same result. Have you seen this
    > before? All ideas are welcome, thanks!
    
    Please look at
    http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/~checkout~/psqlodbc/psqlodbc/docs/faq.html?rev=1.10&content-type=text/html 
    .
    You can find a FAQ 6.8) Installing psqlODBC on 64bit Windows.
    
    regards,
    Hiroshi Inoue