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
