17.04.2014, 08:13
Hi,
I wanted to know, how to determine the size of a query.
Is it like a string ?
For example for those queries:
"SELECT * FROM `maisons`" is the size 24 ?
"mysql_format(mysql, query, sizeof(query), "UPDATE `joueurs` SET `Bannis`=%d, `RaisonBan`='%s', `BannisPar`='%s' WHERE `ID`=%d", pInfo[id][Bannis], pInfo[id][RaisonBan], joueuremetteur, pInfo[id][ID]);"
Is the size 248 ?
Is there any tool that can calculate it automatically ?
Thank you !
I wanted to know, how to determine the size of a query.
Is it like a string ?
For example for those queries:
"SELECT * FROM `maisons`" is the size 24 ?
"mysql_format(mysql, query, sizeof(query), "UPDATE `joueurs` SET `Bannis`=%d, `RaisonBan`='%s', `BannisPar`='%s' WHERE `ID`=%d", pInfo[id][Bannis], pInfo[id][RaisonBan], joueuremetteur, pInfo[id][ID]);"
Is the size 248 ?
Is there any tool that can calculate it automatically ?
Thank you !