Size of a query
#1

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 !
Reply


Messages In This Thread
Size of a query - by anou1 - 17.04.2014, 08:13
Re: Size of a query - by RajatPawar - 17.04.2014, 08:18
Re: Size of a query - by Conradus - 17.04.2014, 08:18
Re: Size of a query - by anou1 - 17.04.2014, 08:34
Re: Size of a query - by Vince - 17.04.2014, 08:57
Re : Size of a query - by S4t3K - 17.04.2014, 09:14

Forum Jump:


Users browsing this thread: 1 Guest(s)