in reply to Re^2: DBD_ODBC 1.21 does not accept DBI::SQL_LONGVARCHAR as data type anymore?
in thread DBD_ODBC 1.21 does not accept DBI::SQL_LONGVARCHAR as data type anymore?
This is technically a bug in DBD::ODBC since it does not follow the DBI specification in making parameter types sticky. However, an easy workaround for now is simply to leave the binding in the code but remove the data from the execute call.
A proper fix is available in DBD::ODBC 1.21_1 which will appear on CPAN shortly.
|
|---|