forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit13a52c1
committed
I installed postgres 7.1 with --enable-odbc. I then installed
tclodbc (http://sourceforge.net/projects/tclodbc) and libiodbc-2.50.3(http://www.iodbc.org/dist/libiodbc-2.50.3.tar.gz). I could notget either to work... postgres would not find the global odbcinst.inifile. I traced this to src/interfaces/odbc/gpps.c -- here are themany things I think are wrong:Run tclodbc and do a ``database db <DSNname>'' where ``DSNname'' isone of the DSN's in /usr/local/etc/odbcinst.ini (or wherever theglobal ini file is installed.) The result is always the errormessage that ``one of server,port,database,etc. are missing''.Run libiodbc-2.50.3/samples/odbctest <DSNname>. The command failsto connect to the database and just exits.Dave Bodenstab1 parent55abc36 commit13a52c1
1 file changed
+23
-24
lines changedLines changed: 23 additions & 24 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| 40 | + | |
40 | 41 |
| |
41 | 42 |
| |
42 | 43 |
| |
| |||
46 | 47 |
| |
47 | 48 |
| |
48 | 49 |
| |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
49 | 56 |
| |
50 | 57 |
| |
51 | 58 |
| |
| |||
70 | 77 |
| |
71 | 78 |
| |
72 | 79 |
| |
73 |
| - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
74 | 83 |
| |
75 |
| - | |
76 | 84 |
| |
77 | 85 |
| |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 |
| - | |
| 86 | + | |
87 | 87 |
| |
| 88 | + | |
| 89 | + | |
88 | 90 |
| |
89 | 91 |
| |
90 |
| - | |
91 |
| - | |
92 |
| - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
93 | 96 |
| |
94 |
| - | |
| 97 | + | |
95 | 98 |
| |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
| 99 | + | |
| 100 | + | |
100 | 101 |
| |
101 | 102 |
| |
102 |
| - | |
103 |
| - | |
104 | 103 |
| |
105 | 104 |
| |
106 | 105 |
| |
107 | 106 |
| |
108 |
| - | |
109 | 107 |
| |
110 | 108 |
| |
111 |
| - | |
112 |
| - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
113 | 112 |
| |
114 | 113 |
| |
115 | 114 |
| |
|
0 commit comments
Comments
(0)