SA-MP Forums Archive
Input line too long? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Input line too long? (/showthread.php?tid=165990)



Input line too long? - [RVRP]Tyler - 06.08.2010

I'm just curious, what does it mean by "Input line too long"? I get that on one line, which is the line where I'm saving my player's stats when they disconnect (using mysql).


Re: Input line too long? - Daren_Jacobson - 06.08.2010

An annoying thing happens, not sure why but.

you have to split up the mysql query into multiple query's (actually only multiple format's, but that would involve making a HUGE string (like 2000)
so yah, just split it up.