Has anyone run into this yet?
DBI->connect failed: [iODBC][Driver Manager]Function sequence error
(SQL-S1010)(DBD: dbd_db_login/SQLSetConnectOption err=-1) at test.cgi line 8
Died at test.cgi line 8.
Line 8...
$conn = DBI->connect("dbi:ODBC:somedatabase") || die;
Traces show a connect, then error. Function sequence error may mean I have
handles still open, but even after reinstalling everything?
I'm using DBD:ODBC on a RedHat 6.1 box to connect to a SQL database on NT 4.
It worked for 3 months, but now can't even connect. I've
installed/reinstalled the following relevant...
NT 4 SP 5
SQL 7
perl 5.6
mod_perl 1.22
DBD:ODBC 0.28
iODBC libiodbc 2.50.3
DBI 1.13
ApacheDBI 0.87
ilinux60
OpenRDA Server 4.00.12
Only thing left is the kernel and RH 6.1
I can still connect to our PostgreSQL databases using Pg...
$conn = DBI->connect("dbi:Pg:somedatabase") || die;
I really really really don't want to write ASP's with IIS *smile*