in reply to Re^4: Multiple DB Queries using DBI
in thread Multiple DB Queries using DBI

DBD::ODBC did not used to allow multiple active statement handles (because ODBC did not allow it). Support for it was added in DBD::ODBC 1.08 if you use odbc_cursortype => DBI::SQL_CURSOR_DYNAMIC on the connect (and it only says it "may allow some servers" to support multiple concurrent statements).