17.09.2013, 06:18
I want to know, how to set ConnectionHandle ID/number, in mysql_query, because I have 2 different querys, one for Player Stats and one for Personal Cars...
I have "query", and "resultid", but if I want to skip "extraid", how do I do?
For example:"
Cheers!
Quote:
|
Errors in mysql debug file: mysql_query( Connection handle: 2 ) mysql_query() - Invalid connection handle. (You set: 2, Highest connection handle ID is 0). |
Код:
(query[], resultid, extraid, connectionHandle)
For example:"
Код:
format(string, sizeof(string), "SELECT * FROM accounts WHERE Username = '%s'", account);
mysql_query(string);

