MySQL compilation error.
#1

Decided to keep the topic private.
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)