| lokiStarting Member
 
 
 
                3 Posts | 
                    
                      |  Posted - 27 April 2001 :  16:26:46   
 |  
                      | I got the error below and I scoured the Help forum to see if it happened before. only thing I could find was that people that were using the Access 97 connstring were getting this error, but I am not. I am using the Jet4 Access 2000 conn string and I am still getting this error below. Would appreciate some help please. Thanks in advance! 
 
 
 
 
 Creating table(s)...
 CREATE TABLE FORUM_PM( M_ID int IDENTITY (1, 1) NOT NULL , M_SUBJECT;varchar (50);NULL; NOT NULL , M_FROM;int;NULL; NOT NULL , M_TO;int;NULL; NOT NULL , M_SENT;varchar (50);NULL; NOT NULL , M_MESSAGE;text;NULL; NOT NULL , M_PMCOUNT;varchar (50);NULL; NOT NULL , M_READ;int;NULL;0 NOT NULL , M_MAIL;varchar (50);NULL; NOT NULL , M_OUTBOX;byte;NULL;1 NOT NULL )
 -2147217900 | Syntax error in field definition.
 
 --------------------------------------------------------------------------------
 
 Dropping Column...
 ALTER TABLE FORUM_MEMBERS
 -2147217900 | Syntax error in ALTER TABLE statement.
 Table(s) updated
 
 --------------------------------------------------------------------------------
 
 Dropping Column...
 ALTER TABLE FORUM_MEMBERS
 -2147217900 | Syntax error in ALTER TABLE statement.
 Table(s) updated
 
 
 
 
 Edited by - loki on 27 April 2001  16:27:13
 |  |