Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e376cb6

Browse files
author
Hiroshi Inoue
committed
The attached file contains the registry settings required to install the
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.
1 parent 0c38315 commit e376cb6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/interfaces/odbc/psqlodbc.reg

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
REGEDIT4
2+
3+
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI]
4+
5+
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers]
6+
"PostgreSQL"="Installed"
7+
8+
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\PostgreSQL]
9+
"APILevel"="1"
10+
"ConnectFunctions"="YYN"
11+
"Driver"="PSQLODBC.DLL"
12+
"DriverODBCVer"="02.50"
13+
"FileUsage"="0"
14+
"Setup"="PSQLODBC.DLL"
15+
"SQLLevel"="1"
16+
"UsageCount"=dword:00000001
17+

0 commit comments

Comments
 (0)