Thread: Error installing ODBC Driver
Hello,
I'm attempting to refresh the ODBC (x64) driver from v9.00 to v9.03 however I am getting the following error on the installer (see attached for screenshot). This is on Server 2008 R2 SP1 x64
Error installing ODBC driver; PostgreSQL ANSI(x64) ODBC error 13: The setup routines for the PostgreSQL ANSI(x64) ODBC driver could not be loaded due to system error code 193: .. Verify that the file PostgreSQL ANSI(x64) exists and that you can access it.
Does anyone have any idea how I can fix this? I appear to be stuck without an ODBC driver for pgSQL now!
Thanks in advance,
-Rob
Attachment
Hi Rob, (2014/01/08 1:28), Rob Emery wrote: > Hello, > > I'm attempting to refresh the ODBC (x64) driver from v9.00 to v9.03 > however I am getting the following error on the installer (see attached > for screenshot). This is on Server 2008 R2 SP1 x64 > > Error installing ODBC driver; PostgreSQL ANSI(x64) ODBC error 13: The > setup routines for the PostgreSQL ANSI(x64) ODBC driver could not be > loaded due to system error code 193: .. Verify that the file PostgreSQL > ANSI(x64) exists and that you can access it. > > Does anyone have any idea how I can fix this? I appear to be stuck > without an ODBC driver for pgSQL now! Did you install 64bit VC10 runtime? 9.2 or later version of psqlodbc requires it. regards, Hiroshi inoue
Hi Inoue,
On 8 January 2014 11:45, Hiroshi Inoue <inoue@tpf.co.jp> wrote:
Did you install 64bit VC10 runtime?
9.2 or later version of psqlodbc requires it.
They weren't installed, I've put them on and that has indeed fixed the problem!
Many Thanks!
Rob