Hi guys,
CREATE TABLE FORUM_ANNOUNCE( A_ID int IDENTITY (1, 1) NOT NULL , A_AUTHOR;varchar (50);NULL; NOT NULL , A_SUBJECT;varchar (50);NULL; NOT NULL , A_MESSAGE;text;NULL; NOT NULL , A_START_DATE;varchar (50);NULL; NOT NULL , A_END_DATE;varchar (50);NULL; NOT NULL )
-2147217900 | Syntax error in field definition.
Ok... something is wrong... my forum runs fine... but I can't add a new table to my forum, (yes I checked the database connection setting in mod_dbsetup.asp). Its happening with 3 of my new mods... All the previous mods were install without bugs or this message.
Thanks.