
February 19th, 2013, 10:18 AM
|
|
Registered User
|
|
Join Date: Feb 2013
Posts: 1
Time spent in forums: 36 m 19 sec
Reputation Power: 0
|
|
|
Transactions
Hi all,
I'm using PDO (don't know whether it's important) and can't get transactions to work.
I've tried $pdo->beginTransaction() but when I INSERT something and rollback() the insert is still there.
Then I tried to use plain Firebird (SET TRANSACTION) but I only get the following error:
General error: -901 invalid transaction handle (expecting explicit transaction start)
I've read somewhere that in Firebird everything is a transaction and that you can rollback some INSERTs/UPDATEs without explicitly starting a transaction but I only get the above error message again.
Can someone help?
|