RE: DBI Proxy + transactions
John Scoles <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.general |
|---|---|
| Message-ID | <[email protected]> |
I would hope it would depend on which type of DB you are trying to proxy to. If the DB at the other end of the proxy does not support 'begin_work' and 'commit' or 'transactions' then DBI Proxy will not magically enable it. What flavour of DB is behind the proxy?? I have never used it for this just for cache of selects but the above would be one place to start. Cheers John > Subject: DBI Proxy + transactions > From: [email protected] > To: [email protected] > Date: Tue, 4 Oct 2011 19:58:59 +0400 > > Hi! > > Tell me, please, how can I use db transactions ( $dbh->begin_work() ... > $dbh->commit() ) with DBI Proxy ? > > -- > With regards, > Borissov Pavel > >