MySQL R39-2
#1

Hi!

I have a query in this mode:

Код:
format(query, sizeof(query), "SELECT * FROM players WHERE Name = '%s' AND Pass = SHA1(MD5('%s'))", sampname,pw);
mysql_tquery(g_SQL,query, "", "");
MySQL Log:
Код:
[WARNING] cache_get_row_count - no active cache
This error is to be corrected?
Reply
#2

Try using OnQueryError (this is a callback in the BlueG plugin). It will show you any query errors that have occured.

https://sampwiki.blast.hk/wiki/MySQL/R33#OnQueryError
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)