Artem Harutyunyan wrote: > Hi, > > Are you using a table type in mysql that supports transactions? >> > Well, I am not sure, how can I check it ? mysql> show table status like '%transaction%'; The second column (engine) is what you're interested in... needs to be InnoDB to support transactions. Regards, PhilipThread Previous