SyntaxFix
Write A Post
Hire A Developer
Questions
Please check which storage engine you are using. If it is MyISAM, then Transaction('COMMIT','ROLLBACK') will not be supported because only the InnoDB storage engine, not MyISAM, supports transactions.
Transaction('COMMIT','ROLLBACK')