Auto create tables(?) MySQL R38
#3

pawn Код:
mysql_format(MySQL, gQuery,
                                "CREATE TABLE IF NOT EXISTS `"Users_Table"` ("\
                                "`AccountID` int(10) NOT NULL AUTO_INCREMENT,"\
                                "`UserName` varchar(25) NOT NULL,"\
                                "`Password` varchar(129) NOT NULL,"\
                                "`IP` varchar(16) NULL,"\
                                "`Score` int(15) NULL,"\
                                "`Money` int(15) NULL,"\
                                "`Kills` int(15) NULL,"\
                                "`Deaths` int(15) NULL,"\
                                "`Level` int(15) NULL,"\
                                "PRIMARY KEY (`AccountID`)"\
                                ") ENGINE=InnoDB DEFAULT CHARSET=latin1;");
    mysql_tquery(MySQL, gQuery, "", "");
I'm using it like this now, is that wrong? ;o
And, I'm getting these errors:
Код:
C:\Users\Matt\Desktop\MP-Related\SAMP 0.3z Server Package\filterscripts\BAdmin.pwn(111 -- 123) : error 035: argument type mismatch (argument 3)
Reply


Messages In This Thread
Auto create tables(?) MySQL R38 - by biker122 - 28.05.2014, 16:27
Re : Auto create tables(?) MySQL R38 - by S4t3K - 28.05.2014, 16:29
Re: Auto create tables(?) MySQL R38 - by biker122 - 28.05.2014, 16:33
Re: Auto create tables(?) MySQL R38 - by biker122 - 28.05.2014, 16:35
Re: Auto create tables(?) MySQL R38 - by Riddick94 - 28.05.2014, 16:49
Re: Auto create tables(?) MySQL R38 - by biker122 - 28.05.2014, 17:01
Re: Auto create tables(?) MySQL R38 - by RajatPawar - 28.05.2014, 17:05
Re: Auto create tables(?) MySQL R38 - by biker122 - 28.05.2014, 17:11
Re: Auto create tables(?) MySQL R38 - by Riddick94 - 28.05.2014, 18:25
Re: Auto create tables(?) MySQL R38 - by Konstantinos - 28.05.2014, 18:58

Forum Jump:


Users browsing this thread: 1 Guest(s)