input line too long[Error]
#2

You need to reduce the line length, to do so use the strcat function to split your string.
pawn Код:
new string[1024];

strcat(string, "CREATE TABLE IF NOT EXISTS `Accounts`...");
strcat(string, "...rest of the query...");
strcat(string, "... still rest of the query...");

db_query(...);
Reply


Messages In This Thread
input line too long[Error] - by MCZOFT - 29.10.2014, 20:37
Re: input line too long[Error] - by Anzipane - 29.10.2014, 21:33

Forum Jump:


Users browsing this thread: 1 Guest(s)