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
for every records is very slow.
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?!
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?!
Comment