0

I installed PostgreSQl 9.0 on my 64Bit Windows 7, after installation, i go to:

Control Panel ---> Administrative Tools ---> Data Sources (ODBC)

Could anyone help me in finding the 32Bit Driver.

Note: I also use "Application Stack Builder" to get driver but it only install 32 bit drivers which didn't work for me

Jame
  • 21,150
  • 37
  • 80
  • 107

1 Answers1

4

Try --

c:\Windows\SysWOW64\odbcad32.exe

-- which is the 32bit ODBC Administrator on a Windows 64bit machine.

Also - please note: only 32bit applications can use 32bit drivers...

Garry M. Biggs
  • 232
  • 1
  • 1