BIG UP for you RETESET
It worked!
I was having some confusion with this plugin because it has two commands
MySQL.AutoCommit() and MySQL.Commit() with no example how to use them...
Announcement
Collapse
No announcement yet.
Mysql transaction with Mindquake plugin
Collapse
X
-
Mysql transaction with Mindquake plugin
Hello to everyone,
I am using Mindquake plugin to access and manage my database.
My issue is that in some cases I have to insert many records and with the command
Code:MySQL.Query("INSERT IGNORE INTO items VALUES(......);");
In this cases transaction can be used, but I don't know how to do this with this plugin.
Could someone give me an example for that?!Tags: None
Leave a comment: