Sedona
Starting Member
2 Posts |
Posted - 10 April 2001 : 08:37:20
|
We got the forum working correctly. But after we installed the event calendar we get the following errors: 1. CREATE TABLE FORUM_EVENTS( EVENT_ID int IDENTITY (1, 1) NOT NULL , DATE_ADDED text (20) NOT NULL , START_DATE text (20) NOT NULL , END_DATE text (20) NOT NULL , EVENT_TITLE text (100) NOT NULL , EVENT_DETAILS memo NOT NULL , ADDED_BY int NOT NULL , PRIVATE int NOT NULL DEFAULT 0) 2. Then when we try to add an event we get the following error: Microsoft JET Database Engine error '80004005'
Index or primary key cannot contain a Null value.
/forum/events_functions.asp, line 226
Any help soloving this would be appreciated. Thank you..
|
|