in reply to Re: two connections to the same database with DBD::Sybase
in thread two connections to the same database with DBD::Sybase

Actually Client Library is a very good API. It is very orthogonal, and once you start playing with the Open Server API as well you really "get" it!

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

  • Comment on Re: Re: two connections to the same database with DBD::Sybase