Displaying 1 result from an estimated 1 matches for "sqldriverconnectw".
Did you mean:
sqldriverconnect
2009 Jan 09
1
shake rattle() and roll
...fore (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.
Even if you symlink the INI files to /Library/ODBC it...