Input line too long - MySQL UPDATE
#8

No, because it won't format the message like that.
pawn Код:
new
    query[ 512 ],
    query2[ 256 ] // Optional
;
format( query2, sizeof( query2 ), "text here with formats...", variable1, variable2.. );
strcat( query, query2 );
format( query2, sizeof( query2 ), "text2 here with formats...", variable3, variable4.. );
strcat( query, query2 );
Reply


Messages In This Thread
Input line too long - MySQL UPDATE - by Rdx - 26.12.2012, 12:12
Re: Input line too long - MySQL UPDATE - by Peach - 26.12.2012, 12:16
Re: Input line too long - MySQL UPDATE - by Rdx - 26.12.2012, 12:45
Re: Input line too long - MySQL UPDATE - by Djole1337 - 26.12.2012, 12:48
Re: Input line too long - MySQL UPDATE - by Konstantinos - 26.12.2012, 12:51
Re: Input line too long - MySQL UPDATE - by Djole1337 - 26.12.2012, 12:52
Re: Input line too long - MySQL UPDATE - by Rdx - 26.12.2012, 13:08
Re: Input line too long - MySQL UPDATE - by Konstantinos - 26.12.2012, 13:14
Re: Input line too long - MySQL UPDATE - by Rdx - 26.12.2012, 23:10
Re: Input line too long - MySQL UPDATE - by ReneG - 26.12.2012, 23:31

Forum Jump:


Users browsing this thread: 5 Guest(s)