Dear all I am new in php and mysql, how can I handle mysql transaction? where can I get barkleyDB for download. I tried : begin; insert into m values(1); commit;
but it cannot be rollback, I am very confuse?
hi
dear mysql doesn't support transactions
and it also doesn;t support commit and roll back
so when ever you run any query it is already auto commit, you need not commit again.
pls. refer to mysql docs at http://www.mysql.org/
aman