[Dbi-interbase-devel] Setting of transaction conduct
Status: Beta
Brought to you by:
edpratomo
From: Michael S. <mi...@ch...> - 2000-08-25 14:19:52
|
Hello dbi-interbase-devel, Would it be bad if we could assign transaction behaviour the way, say: { local $dbh->{AutoCommit} = 0; $sth = $dbh->prepare("...", { ib_transaction_paramXXX => YYY, ... }); ... } It's following to the Mark's suggestion (my thoughts are incredibly fast). Best regards, Michael mailto:mi...@ch... |