http://qs321.pair.com?node_id=219034


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

I should probably improve the documentation a bit to be more explicit about the need to finish executions properly, either by fetching until no more rows are found, or by using finish().

This might help, but not me ;-(

One thing I always pray when talking about DBI is: Always finish your statements!

And then I didn't do it myself :-(

Perhaps there is room for enhancement somewhere else.
If there had been the connection parameters (server, database) somewhere in the error messages, I would have found the error earlier.

Michael, this is a feature request ;-)

Replies are listed 'Best First'.
Re: Re: Re: Re: two connections to the same database with DBD::Sybase
by mpeppler (Vicar) on Sep 08, 2003 at 18:36 UTC
    I know it's been almost a year, but DBD::Sybase 1.01 (to be released RSN) won't require the finish request in this situation any more.

    Michael

Re: Re: Re: Re: two connections to the same database with DBD::Sybase
by mpeppler (Vicar) on Dec 12, 2002 at 00:35 UTC