in reply to Re^3: DBD::Sybase prepare statement returns empty query hash but no errstr
in thread DBD::Sybase prepare statement returns empty query hash but no errstr

At least the doc claims "DBD::Sybase has the ability to handle multi-statement SQL commands in a single batch."

OTOH, "ability" alone doesn't say it will work under all circumstances...

  • Comment on Re^4: DBD::Sybase prepare statement returns empty query hash but no errstr

Replies are listed 'Best First'.
Re^5: DBD::Sybase prepare statement returns empty query hash but no errstr
by jcb (Parson) on Nov 01, 2019 at 03:44 UTC

    DBD::SQLite also has that ability, but will only do so if you ask for it. Could there be a flag you must set on the database or statement handle to enable the feature?