$dbh->commit works fine for me using proxyserver to access an Oracle
database.  Perhaps if you included a code listing and a few more details
someone will spot the cause of your problem.

--
David Adams
Computing Services
Southampton University


----- Original Message -----
From: "Antoine Janssen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 11, 2002 3:43 PM
Subject: commit doesn't work with dbi::proxyserver


hi,

i'm trying to commit some changes with $dbh->commit(); while using
dbi::proxyserver but get the following error message

DBI::ProxyServer::db=HASH(0x8389228)->func() invalid redirect method name
'commit' at /usr/lib/perl5/site_perl/5.6.1/RPC/PlServer.pm line 332.

is it a bug in dbi::proxyserver? what goes wrong??

if i disable transactions ($dbh->{AutoCommit} = 1) and don't use
$dbh->commit() everything works fine.

Antoine Janssen


Reply via email to