in reply to Re: two connections to the same database with DBD::Sybase
in thread two connections to the same database with DBD::Sybase
The TDS protocol is limited to one active statement per connection (unless you open client side cursors, which you can actually do with Sybase::CTlib...), but that's usually not a problem.
Michael
|
|---|