-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
How do I use START TRANSACTION - COMMIT?
I received this error when using rawQuery function
- Problem preparing query (START TRANSACTION) This command is not supported in the prepared statement protocol yet
Here is the query :
$db->rawQuery("START TRANSACTION");
$db->rawQuery("INSERT INTO......");
$db->rawQuery("UPDATE tablet SET coloumn = 'value'");
$db->rawQuery("COMMIT");
Thank you~
Metadata
Metadata
Assignees
Labels
No labels