Mysql_format
#1

How much values can i use in this Mysql format ?
and will the same work for strings ?
pawn Код:
mysql_format(g_SQL, query, sizeof(query), "UPDATE `players` SET `money` = '%d' , `score` = '%d' , `string` = '%s' WHERE `id` = '%d' LIMIT 1", Player[playerid][Money],score,string Player[playerid][ID]);
        mysql_tquery(g_SQL, query);
How much variables/strings can i save with once mysql_format ? and can i use both together or is there another way for strings ? what should i set the string size in this i had.
pawn Код:
new query[124]
Reply


Messages In This Thread
Mysql_format - by AroseKhanNiazi - 12.06.2015, 19:10
Re: Mysql_format - by bgedition - 12.06.2015, 19:21
Re: Mysql_format - by AroseKhanNiazi - 12.06.2015, 19:22
Re: Mysql_format - by bgedition - 12.06.2015, 19:26
Re: Mysql_format - by AroseKhanNiazi - 12.06.2015, 19:30
Re: Mysql_format - by AroseKhanNiazi - 12.06.2015, 20:39
Re: Mysql_format - by Konstantinos - 12.06.2015, 20:45
Re: Mysql_format - by AroseKhanNiazi - 12.06.2015, 20:53
Re: Mysql_format - by Vince - 12.06.2015, 20:55
Re: Mysql_format - by AroseKhanNiazi - 12.06.2015, 20:57

Forum Jump:


Users browsing this thread: 2 Guest(s)