[MySQL] Always Get "No Active Cache" - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [MySQL] Always Get "No Active Cache" (
/showthread.php?tid=465161)
[MySQL] Always Get "No Active Cache" -
viveka27 - 21.09.2013
MySQL Version : R33
OS :Windows
Why If I Use Cache Function Anywhere I Always get "No Active Cache" Error.
You Can See In My Thread:
https://sampforum.blast.hk/showthread.php?tid=463267
https://sampforum.blast.hk/showthread.php?tid=463840
Re: [MySQL] Always Get "No Active Cache" - Patrick - 21.09.2013
I've been searching for your problem, I'm not really a MySQL user, I'm Y_INI User :P, but ****** sometimes helps you
Quote:
Originally Posted by Vince
The macro definition (mysql_query macro) always has caching disabled, thus there is no cache. Use the proper mysql_function_query function and make sure to set caching to true. Cache functions also cannot be used together with regular functions.
|
Re: [MySQL] Always Get "No Active Cache" -
viveka27 - 21.09.2013
Ummm Thanks For Helping But Still Not Fixing my Problem
Re: [MySQL] Always Get "No Active Cache" -
viveka27 - 23.09.2013
Bump