MySQL table problem.
#1

pawn Код:
mysql_query("CREATE TABLE IF NOT EXIST `cuentas`(
        `id` int(11) NOT NULL autoincrement PRIMARY KEY,
        `nombre` varchar(24) NOT NULL,
        `pass` varchar(50) NOT NULL,
        `nivel` int(1) NOT NULL default `0`)"
);
Why is this giving me errors? Is there a better way to make it beside using just 1 line?

Errors:

pawn Код:
.pwn(1649) : error 037: invalid string (possibly non-terminated string)
.pwn(1649) : error 017: undefined symbol "TABLE"
.pwn(1649) : error 017: undefined symbol "IF"
.pwn(1649) : fatal error 107: too many error messages on one line
Reply


Messages In This Thread
MySQL table problem. - by M1GU3L - 02.12.2009, 00:19
Re: MySQL table problem. - by M1GU3L - 02.12.2009, 01:05
Re: MySQL table problem. - by radhakr - 02.12.2009, 16:56
Re: MySQL table problem. - by M1GU3L - 02.12.2009, 21:27
Re: MySQL table problem. - by M1GU3L - 04.12.2009, 02:43
Re: MySQL table problem. - by woot - 04.12.2009, 10:26
Re: MySQL table problem. - by MenaceX^ - 04.12.2009, 10:54
Re: MySQL table problem. - by M1GU3L - 04.12.2009, 21:41
Re: MySQL table problem. - by radhakr - 04.12.2009, 23:27
Re: MySQL table problem. - by M1GU3L - 05.12.2009, 01:13

Forum Jump:


Users browsing this thread: 1 Guest(s)