08.06.2010, 16:10
Quote:
Originally Posted by Astaroth
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: Код:
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 ![]() |