How big query? (string size)?
#2

It depends on the size of your query. Length of strings really do vary on the data you're inserting.

pawn Код:
new qSz_UpdateCats[46];
format(qSz_UpdateCats, sizeof(qSz_UpdateCats), "UPDATE Cats SET Food = '1' WHERE CatID = '%d'", MAX_PLAYER_NAME);
= 45 characters + 1.
Reply


Messages In This Thread
How big query? (string size)? - by ajwar - 19.12.2010, 15:02
Re: How big query? (string size)? - by __ - 19.12.2010, 15:11

Forum Jump:


Users browsing this thread: 1 Guest(s)