no waaaayyy.. when im copying source from local machine to my server, something like MAGIC ENERGY made this:
Code:
new const queryString[2048] = "CREATE TABLE IF NOT EXISTS `vips_cs16` (\
`id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY,\
`auth_type` INT NOT NULL DEFAULT '0',\
`auth` VARCHAR(32) NOT NULL,\
`password` VARCHAR(32) NOT NULL,\
`flags` VARCHAR(26) NOT NULL,\
`date_remove` DATE NOT NULL DEFAULT '0000-00-00');";
blank lines makes errors ;)
thank You!
to close~