MySQL compilation error.
#2

Or you can use strcat, but you still need variable to store your string.
pawn Код:
new
    bigQuery[bignumber];

strcat(bigQuery, "CREATE TABLE IF NOT EXISTS `users` (`id` int(11) NOT NULL AUTO_INCREMENT,");
strcat(bigQuery, "`name` varchar(24) NOT NULL, `pass` varchar(129) NOT NULL,");
strcat(bigQuery, "PRIMARY KEY (`id`))");
It's just an example, write as much as it fits in one function
Reply


Messages In This Thread
MySQL compilation error. - by Tamer - 24.01.2014, 06:46
Re: MySQL compilation error. - by Scottas - 24.01.2014, 07:05

Forum Jump:


Users browsing this thread: 1 Guest(s)