in reply to Re^2: My MSSQL query fails the second time.
in thread My MSSQL query fails the second time.

Does it still fail if you $sth->fetchrow() before you call $sth->finish()?

Replies are listed 'Best First'.
Re^4: My MSSQL query fails the second time.
by kyle (Abbot) on May 01, 2013 at 16:13 UTC

    Yes. My original test did that, but I took it out to make my post more succinct.