Hi NG.

I'm trying to test transactions by starting a transaction with "SET
AUTOCOMMIT=0" and "BEGIN".
After that I create a table and insert 2 rows. The 2nd row has an syntax
error so this would call for a rollback.
But the table gets created and the 1st row are inserted although my test
function never gets to call commit but instead calls rollback.

Anyone have an idea why this is?

~ Sviss.



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to