Input line too long (after substitutions)
#1

Line

Код:
PRIMARY KEY (`id`) \
Whole code

Код:
	mysql_function_query(g_Handle, "CREATE TABLE IF NOT EXISTS `users` ( \
		`id` int(11) NOT NULL AUTO_INCREMENT, \
		`name` varchar(24) NOT NULL, \
		`pass` varchar(129) NOT NULL, \
		`salt` varchar(30) NOT NULL, \
		`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, \
		`vw` int(11) NOT NULL, \
		`money` int(8) NOT NULL, \
		`level` int(2) NOT NULL, \
		`skin` int(3) NOT NULL, \
		PRIMARY KEY (`id`) \
	)", 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)