Big mysql query
#2

Set
pawn Код:
new query[(size of yours)];
to

pawn Код:
new query[800];
If that doesn't work, then you should try

pawn Код:
format(query, sizeof query, [string here], [data here]);
format(query, sizeof query, [string here], [data here]);
format(query, sizeof query, [string here], [data here]);
format(query, sizeof query, [string here], [data here]);
format(query, sizeof query, [string here], [data here]);
format(query, sizeof query, [string here], [data here]);
mysql_query(%s);
Just alot of queries and then save it as one

(Sorry, I don't know how mysql_query syntax is)
Reply


Messages In This Thread
Big mysql query - by ajwar - 17.08.2011, 15:04
Re: Big mysql query - by KingTurtle - 17.08.2011, 15:16

Forum Jump:


Users browsing this thread: 1 Guest(s)