Displaying 1 result from an estimated 1 matches for "cc_connect".
Did you mean:
c_connect
2009 Jan 09
1
shake rattle() and roll
...ch has been discussed on the
mailing list before (Prof Brian):
Warning messages:
1: In odbcDriverConnect(st, ...) :
[RODBC] ERROR: Could not SQLDriverConnect
2: In odbcDriverConnect(st, ...) : ODBC connection failed
aka (DBD::ODBC in Perl)
Missing server name, port, or database name in call to CC_connect.
(SQL-IM002)
aka (iodbctest)
SQLDriverConnectW = Unknown connect option (Set) (205) SQLSTATE=S1009
Figured it out, though:
Leopard comes with iODBC installed, and many people install unixODBC
additionally.
Then then configure /sw/etc/odbc*.ini and unixODBC works, but iODBC
doesn't.
Ev...