> As far as I can tell using DBD::ODBC compiled directly against the sapdb > odbc interface is as fast or faster than DBD::SAP_DB... What do you mean by "compiled directly against the sapdb odbc interface". Do I then need to have two versions of DBD::ODBC? One for regular ODBC drivers and one for SAP DB?
> The SAPDB speciffic lines in DBD::ODBC is less than 20 lines and most of > it is the autoconfiguration code I wrote to make it use the sapdb driver > directly, if you use a drivermaneger then no code in DBD::ODBC needs to > be changed. Are these changes in the standard DBD::ODBC on CPAN? > The only issue with DBD::ODBC is that you need to recompile the sapdb > odbc interface with debugging information turned on or it will segfault > the client on connect. I'm confused - if DBD::ODBC compiled against sapdb is different than regular DBD::ODBC then shouldn't it have a different name? Is there any problem using the DBD::ODBC from CPAN with a SAP DB DSN? -- Simon Oliver
