mirror of
https://github.com/postgres/postgres.git
synced 2025-05-28 05:21:27 +03:00
ODBC driver on Windows 9X/ME/NT/2K when using the later versions of the driver that don't have the Installshield installation: 1) Install psqlodbc.dll in to C:\Windows\System or C:\Winnt\System32 2) Add the registry settings in the attached file using regedit. A useful addition to src/interfaces/odbc perhaps? Regards, Dave.
18 lines
393 B
Reg
18 lines
393 B
Reg
REGEDIT4
|
|
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI]
|
|
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers]
|
|
"PostgreSQL"="Installed"
|
|
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\PostgreSQL]
|
|
"APILevel"="1"
|
|
"ConnectFunctions"="YYN"
|
|
"Driver"="PSQLODBC.DLL"
|
|
"DriverODBCVer"="02.50"
|
|
"FileUsage"="0"
|
|
"Setup"="PSQLODBC.DLL"
|
|
"SQLLevel"="1"
|
|
"UsageCount"=dword:00000001
|
|
|