04.06.2010, 03:49
Hi, I'm using the G-sTyLeZzZ MySQL Plugin and i'm getting this issue:
If I try to check the success of a query operation, I get an invalid error number.
Look, in my script I have this:
The query finish OK:
But in the server console I get:
Instead of "ZERO" value (for suceeded querys)
What happens?
P.S: Sorry for my poor english.
Thanks
If I try to check the success of a query operation, I get an invalid error number.
Look, in my script I have this:
Код:
mysql_query(query); printf("ERROR: %d",mysql_errno());
Код:
[00:07:54] CMySQLHandler::Query(SELECT id FROM usuarios WHERE username='Astaroth') - Successfully executed. [00:07:54] >> mysql_errno( Connection handle: 1 )
Код:
ERROR: 11862392
What happens?
P.S: Sorry for my poor english.
Thanks