| ErrorNo = 1064
Error = You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 11
Query = CREATE TABLE awards ( `id` int(5) NOT NULL auto_increment, `squad` int(10) NOT NULL, `date` varchar(20) NOT NULL default '', `postdate` varchar(20) NOT NULL default '', `event`varchar(50) NOT NULL default '', `place` varchar(5) NOT NULL default '', `prize` text NOT NULL, `url` text NOT NULL, PRIMARY KEY (`id`) ) TYPE=MyISAM |