Is anyone working on (or is there a way to tell) the driver to pass ODBC 2.x state returns instead of 3.x (given the current DBD::ODBC driver is a 3.x 'app')? I have thousands of testcase that verify the $h->state() along with other returns such as $h->err. Once I upgraded to newer DBI and DBD::ODBC I now get ODBC 3.x state returns. Through ODBC, I can pass SQLSetEnvAttr to tell the driver to return ODBC 2.x states. How can I deal with this via DBI since DBD::ODBC does not have a function for this?
Regards, Dale
