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: bori...@fides.com > To: dbi-users@perl.org > 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 > >