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 timeNot 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
|
|---|
| 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 |