Flemming Frandsen wrote: > schoen wrote: > > > Does DBD::SAP_DB use the SAP ODBC library on Linux? > > No, DBD::SAP_DB uses an internal interface (shudder) > That means we do not yet know if the error is in DBD::ODBC or SAP's ODBC lib, right? Or is there something wrong with the test scripts I wrote; that make them work only with DBD::SAP_DB?
If DBD::SAP_DB uses an internal interface, then I would not be surprised if SAP uses an internal interface for SAP R/3 too. 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? > > > Question to DBD::ODBC developers: > > Are destruction of statement handlers handled differently > > when a select does not return any result set? > > Hmm, are you sure you call $sth->finish even when the result set is > empty? > The test script I sent do not touch the statement handle directly. The statement handle is created/destroyed by DBI /DBD::ODBC. > > -- > Regards Flemming Frandsen aka. Dion/Swamp http://dion.swamp.dk # schoen
