in reply to Re: Re: Re: DBI Wrapper Feature Comparison
in thread DBI Wrapper Feature Comparison

DBD::Sybase doesn't allow you to use placeholders with 2 open statement handles on the same database handle at the same time
Not quite - the problem is multiple open statement handles with AutoCommit off (because each statement handle requires its own connection if they are to be active at the same time, and DBD::Sybase isn't in the business of providing distributed transaction processing... :-)).

Michael

  • Comment on Re: Re: Re: Re: DBI Wrapper Feature Comparison

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: DBI Wrapper Feature Comparison
by tilly (Archbishop) on Apr 19, 2004 at 20:27 UTC
    Thanks, I'd clearly misremembered. (Then again I haven't used DBD::Sybase in over a year. Those brain cells are getting rusty...)