Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Re: Re: Re: DBI Wrapper Feature Comparison

by mpeppler (Vicar)
on Apr 19, 2004 at 18:32 UTC ( [id://346389]=note: print w/replies, xml ) Need Help??


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...)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://346389]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (6)
As of 2024-04-24 04:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found