10.08.2014, 21:39
Hello,
Today I'm learning how use MySQL.
All was fine until I saw this:
This information is for the function: mysql_query
But I see this too:
So I decided use mysql_tquery, but I don't know if I need delete cache or something similar. Also that function needs a cache id but the function mysql_tquery only returns 0 or 1
The queries are only of INSERT and UPDATE (I don't need callbacks), I'm still learning.
I'm using this plugin:
https://sampforum.blast.hk/showthread.php?tid=56564
Thanks if anyone can help me.
Today I'm learning how use MySQL.
All was fine until I saw this:
Quote:
Use cache_delete() if you don't need the query's result anymore or you will experience memory leaks. |
But I see this too:
Quote:
It's highly recommended to thread all your queries (even INSERT & UPDATE). |
The queries are only of INSERT and UPDATE (I don't need callbacks), I'm still learning.
I'm using this plugin:
https://sampforum.blast.hk/showthread.php?tid=56564
Thanks if anyone can help me.