Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite376cb6

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 thedriver that don't have the Installshield installation:1) Install psqlodbc.dll in to C:\Windows\System or C:\Winnt\System322) Add the registry settings in the attached file using regedit.A useful addition to src/interfaces/odbc perhaps?Regards, Dave.
1 parent0c38315 commite376cb6

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)

[8]ページ先頭

©2009-2025 Movatter.jp