schoen wrote: > That means we do not yet know if the error is in > DBD::ODBC or SAP's ODBC lib, right?
Yep. > What I want to know is how well > tested and reliable is SAP's ODBC interface today? > Anyone used it from any other language than Perl? It's the Official interface to the database, it is being used from PHP, Perl and C++ by several different people, so I'm pretty sure that any problems with the DBD::ODBC driver are caused by the way the DBD::ODBC driver uses the interface. > The test script I sent do not touch the statement handle > directly. > The statement handle is created/destroyed by DBI /DBD::ODBC. Eh?, sorry I missed that part of the mail... Reading: /usr/lib/perl5/site_perl/5.6.0/i586-linux/DBI.pm I see that $sth->finish is never called, so I bet that DBD::ODBC forgets to $sth->finish when the result set is empty or something like that. -- Regards Flemming Frandsen aka. Dion/Swamp http://dion.swamp.dk
