>> SQL Create Table - Line too Long! <<
#1

Hi! Please help me with this!

C:\Documents and Settings\SoNNy\Desktop\Fadmin\fadmin.pwn(997) : error 075: input line too long (after substitutions)
C:\Documents and Settings\SoNNy\Desktop\Fadmin\fadmin.pwn(99 : error 037: invalid string (possibly non-terminated string)
C:\Documents and Settings\SoNNy\Desktop\Fadmin\fadmin.pwn(99 : error 017: undefined symbol "CREATE"
C:\Documents and Settings\SoNNy\Desktop\Fadmin\fadmin.pwn(99 : error 017: undefined symbol "TABLE"
C:\Documents and Settings\SoNNy\Desktop\Fadmin\fadmin.pwn(99 : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


5 Errors.

pawn Код:
db_free_result( db_query( Database, "CREATE TABLE IF NOT EXISTS `Users` \
                                        ( `Nume` TEXT,\
                                          `IP` NUMERIC,\
                                          `Password` TEXT,\
                                          `Score` NUMERIC,\
                                          `Money` NUMERIC,\
                                          `VIPlevel` NUMERIC,\
                                          `AdminLevel` NUMERIC,\
                                          `JoinedOn` NUMERIC,\
                                          `Muted` NUMERIC,\
                                          `Frozen` NUMERIC,\
                                          `Warnings` NUMERIC,\
                                          `NameColor` CHARACTER,\
                                          `Kills` NUMERIC,\
                                          `Deaths` NUMERIC,\
                                          `Weapon1` NUMERIC,\
                                          `Weapon2` NUMERIC,\
                                          `Weapon3` NUMERIC,\
                                          `Weapon4` NUMERIC,\
                                          `Weapon5` NUMERIC,\
                                          `Weapon1Ammo` NUMERIC,\
                                          `Weapon2Ammo` NUMERIC,\
                                          `Weapon3Ammo` NUMERIC,\
                                          `Weapon4Ammo` NUMERIC,\
                                          `Weapon5Ammo` NUMERIC,\
                                          `Coins` NUMERIC )"
) );
Reply


Messages In This Thread
>> SQL Create Table - Line too Long! << - by nGen.SoNNy - 14.03.2012, 17:43
Re: >> SQL Create Table - Line too Long! << - by mineralo - 14.03.2012, 17:46
Re: >> SQL Create Table - Line too Long! << - by nGen.SoNNy - 15.03.2012, 09:59
Re: >> SQL Create Table - Line too Long! << - by Richie© - 15.03.2012, 13:11
Re : >> SQL Create Table - Line too Long! << - by TuTh - 18.12.2012, 12:54
Re: >> SQL Create Table - Line too Long! << - by Roel - 18.12.2012, 13:13
Re : Re: >> SQL Create Table - Line too Long! << - by TuTh - 19.12.2012, 08:48
Re: >> SQL Create Table - Line too Long! << - by iggy1 - 19.12.2012, 11:12
Re: >> SQL Create Table - Line too Long! << - by ikey07 - 19.12.2012, 12:30
Re: >> SQL Create Table - Line too Long! << - by Roel - 19.12.2012, 13:13

Forum Jump:


Users browsing this thread: 1 Guest(s)