in reply to DBD::ODBC and FreeTDS / limited to one statement handle
In some cases (specifically when using a cursor on a query rather than a "normal" stream request) TDS will allow more than one open statement handle (at least with Sybase open client).
I suspect that FreeTDS may be more limited in this case than the native MS client.
Michael
PS - DBD::Sybase has a work-around for this where it "cheats" by opening additional connection handles where necessary. That's actually a pretty ugly hack that can lead to deadlocks, etc...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: DBD::ODBC and FreeTDS / limited to one statement handle
by talexb (Chancellor) on May 15, 2024 at 18:18 UTC |