]> granicus.if.org Git - postgresql/commitdiff
The attached file contains the registry settings required to install the
authorHiroshi Inoue <inoue@tpf.co.jp>
Tue, 13 Mar 2001 09:03:24 +0000 (09:03 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Tue, 13 Mar 2001 09:03:24 +0000 (09:03 +0000)
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.

src/interfaces/odbc/psqlodbc.reg [new file with mode: 0644]

diff --git a/src/interfaces/odbc/psqlodbc.reg b/src/interfaces/odbc/psqlodbc.reg
new file mode 100644 (file)
index 0000000..ac4322f
--- /dev/null
@@ -0,0 +1,17 @@
+REGEDIT4\r
+\r
+[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI]\r
+\r
+[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers]\r
+"PostgreSQL"="Installed"\r
+\r
+[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\PostgreSQL]\r
+"APILevel"="1"\r
+"ConnectFunctions"="YYN"\r
+"Driver"="PSQLODBC.DLL"\r
+"DriverODBCVer"="02.50"\r
+"FileUsage"="0"\r
+"Setup"="PSQLODBC.DLL"\r
+"SQLLevel"="1"\r
+"UsageCount"=dword:00000001\r
+\r