error 075: input line too long
#2

PHP Code:
new query[2000];
        
format(querysizeof(query), "INSERT INTO `Houses` (`hInteriorID`, `hInteriorX`, `hInteriorY`, `hInteriorZ`, `hInteriorA`, `hExteriorID`, `hExteriorX`, `hExteriorY`, `hExteriorZ`, `hExteriorA`, `hSpawnID`, ");
        
format(querysizeof(query), "%s`hSpawnX`, `hSpawnY`, `hSpawnZ`, `hSpawnA`, `hOwner`, `hAddress`, `HousePrice`, `hLockStatus`, `hType`) VALUES "query);
        
format(querysizeof(query), "%s(%d, '%f', '%f', '%f', '%f', %d, '%f', '%f', '%f', '%f', %d, '%f', '%f', '%f', '%f', '%s', '%s', %d, %d, '%s')"
queryHouses[houseid][hInteriorID], Houses[houseid][hInteriorX], Houses[houseid][hInteriorY], Houses[houseid][hInteriorZ], Houses[houseid][hInteriorA], Houses[houseid][hExteriorID], Houses[houseid][hExteriorX], Houses[houseid][hExteriorY],
 
Houses[houseid][hExteriorZ], Houses[houseid][hExteriorA], Houses[houseid][hSpawnID], Houses[houseid][hSpawnX], Houses[houseid][hSpawnY], Houses[houseid][hSpawnZ], Houses[houseid][hSpawnA], Houses[houseid][hOwner], Houses[houseid][hAddress], -11Houses[houseid][hType],);
        
mysql_function_query(connectionHandlequeryfalse"DefaultCallback"""); 
Reply


Messages In This Thread
error 075: input line too long - by Stefand - 10.05.2013, 06:59
Re: error 075: input line too long - by mineralo - 10.05.2013, 07:03
Re: error 075: input line too long - by [HiC]TheKiller - 10.05.2013, 07:05

Forum Jump:


Users browsing this thread: 2 Guest(s)