Skip to content

Commit 22d7fa7

Browse files
author
Hiroshi Inoue
committed
Add files for ODBC3.0 support.
1 parent 26d6e19 commit 22d7fa7

File tree

3 files changed

+618
-0
lines changed

3 files changed

+618
-0
lines changed

src/interfaces/odbc/psqlodbc30.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+
"PostgreSQL30"="Installed"
7+
8+
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\PostgreSQL30]
9+
"APILevel"="1"
10+
"ConnectFunctions"="YYN"
11+
"Driver"="PSQLODBC30.DLL"
12+
"DriverODBCVer"="03.00"
13+
"FileUsage"="0"
14+
"Setup"="PSQLODBC30.DLL"
15+
"SQLLevel"="1"
16+
"UsageCount"=dword:00000001
17+
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
LIBRARY psqlodbc30
2+
EXPORTS
3+
SQLAllocConnect @1
4+
SQLAllocEnv @2
5+
SQLAllocStmt @3
6+
SQLBindCol @4
7+
SQLCancel @5
8+
SQLColAttributes @6
9+
SQLConnect @7
10+
SQLDescribeCol @8
11+
SQLDisconnect @9
12+
SQLError @10
13+
SQLExecDirect @11
14+
SQLExecute @12
15+
SQLFetch @13
16+
SQLFreeConnect @14
17+
SQLFreeEnv @15
18+
SQLFreeStmt @16
19+
SQLGetCursorName @17
20+
SQLNumResultCols @18
21+
SQLPrepare @19
22+
SQLRowCount @20
23+
SQLSetCursorName @21
24+
SQLTransact @23
25+
SQLColumns @40
26+
SQLDriverConnect @41
27+
SQLGetConnectOption @42
28+
SQLGetData @43
29+
SQLGetFunctions @44
30+
SQLGetInfo @45
31+
SQLGetStmtOption @46
32+
SQLGetTypeInfo @47
33+
SQLParamData @48
34+
SQLPutData @49
35+
SQLSetConnectOption @50
36+
SQLSetStmtOption @51
37+
SQLSpecialColumns @52
38+
SQLStatistics @53
39+
SQLTables @54
40+
SQLBrowseConnect @55
41+
SQLColumnPrivileges @56
42+
SQLDescribeParam @58
43+
SQLExtendedFetch @59
44+
SQLForeignKeys @60
45+
SQLMoreResults @61
46+
SQLNativeSql @62
47+
SQLNumParams @63
48+
SQLParamOptions @64
49+
SQLPrimaryKeys @65
50+
SQLProcedureColumns @66
51+
SQLProcedures @67
52+
SQLSetPos @68
53+
SQLSetScrollOptions @69
54+
SQLTablePrivileges @70
55+
SQLBindParameter @72
56+
57+
SQLAllocHandle @80
58+
SQLBindParam @81
59+
SQLCloseCursor @82
60+
SQLColAttribute @83
61+
SQLCopyDesc @84
62+
SQLEndTran @85
63+
SQLFetchScroll @86
64+
SQLFreeHandle @87
65+
SQLGetDescField @88
66+
SQLGetDescRec @89
67+
SQLGetDiagField @90
68+
SQLGetDiagRec @91
69+
SQLGetEnvAttr @92
70+
SQLGetConnectAttr @93
71+
SQLGetStmtAttr @94
72+
SQLSetConnectAttr @95
73+
SQLSetDescField @96
74+
SQLSetDescRec @97
75+
SQLSetEnvAttr @98
76+
SQLSetStmtAttr @99
77+
78+
SQLDummyOrdinal @199
79+
dconn_FDriverConnectProc @200
80+
DllMain @201
81+
ConfigDSN @202
82+

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy