How is it right?
#1

How is it right? Variant 1 or 2? (Use MYSQL R39-2)
Query or TQuery?

Variant 1
Код HTML:
mysql_format(MySQLCon, query, sizeof(query), "UPDATE `players` SET `Admin`=%d WHERE `ID`=%d", pInfo[id][pAdmin], pInfo[id][pID]);
mysql_tquery(MySQLCon, query);
Variant 2
Код HTML:
mysql_format(MySQLCon, query, sizeof(query), "UPDATE `players` SET `Admin`=%d WHERE `ID`=%d", pInfo[id][pAdmin], pInfo[id][pID]);
mysql_query(MySQLCon, query);
Reply


Messages In This Thread
How is it right? - by norton2 - 04.10.2015, 06:51
Re: How is it right? - by AbyssMorgan - 04.10.2015, 06:57
Re: How is it right? - by norton2 - 04.10.2015, 07:09
Re: How is it right? - by Lordzy - 04.10.2015, 08:03
Re: How is it right? - by DaniceMcHarley - 04.10.2015, 09:16

Forum Jump:


Users browsing this thread: 1 Guest(s)