Input line too long (after substitutions)
#2

EDIT:
pawn Код:
new str[1300];
format(str,sizeof(str),"CREATE TABLE IF NOT EXISTS `users` ( ");
strcat(str,"`id` int(11) NOT NULL AUTO_INCREMENT,`name` varchar(24) NOT NULL,`pass` varchar(129) NOT NULL,`salt` varchar(30) NOT NULL,");
strcat(str,"`health` float NOT NULL,`X` float NOT NULL,`Y` float NOT NULL,`Z` float NOT NULL,`A` float NOT NULL,`interior` int(2) NOT NULL,");
strcat(str,"`vw` int(11) NOT NULL,`money` int(8) NOT NULL,`level` int(2) NOT NULL,`skin` int(3) NOT NULL,PRIMARY KEY (`id`))");

mysql_function_query(g_Handle,str , false, "SendQuery", "");
Reply


Messages In This Thread
Input line too long (after substitutions) - by aa - 17.11.2012, 05:50
Re: Input line too long (after substitutions) - by Ballu Miaa - 17.11.2012, 06:11
Re: Input line too long (after substitutions) - by aa - 17.11.2012, 06:54
Re: Input line too long (after substitutions) - by Ballu Miaa - 17.11.2012, 07:01
Re: Input line too long (after substitutions) - by aa - 17.11.2012, 07:06
Re: Input line too long (after substitutions) - by Konstantinos - 17.11.2012, 08:26

Forum Jump:


Users browsing this thread: 1 Guest(s)