galarico
Starting Member
1 Posts |
Posted - 19 April 2002 : 12:27:43
|
When I try to insert an announcement in event calendar, that's output:
Microsoft JET Database Engine error '80040e57'
The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data.
/forum/events_functions.asp, line 230
That's 230 line:
sSQL = "INSERT INTO " & strTablePrefix & "EVENTS (Start_Date, End_Date, Event_Title, Event_Details, Date_Added, Added_by, PRIVATE) Values ('" & DateToStr(Request.Form("START_DATE")) & "', '" & DateToStr(enddate) & "',' " & chkstring(Request.Form("EVENT_TITLE"), "message") & "', '" & chkstring(Request.Form("Message"), "message") & "', '" & strForumTimeAdjust & "', " & memberid & "," & intPrivateEvent & ")"
The database is ok. Can you help me? Thanks bye eg.
Moved from Help/Current Version
Edited by - Nathan on 19 April 2002 18:39:35 |
|