Naheem
Starting Member
3 Posts |
Posted - 24 July 2003 : 20:09:53
|
When I try to insert an event, I get the error:
Microsoft JET Database Engine error '80040e14'
Syntax error in INSERT INTO statement.
/forums/cal_post_info2.asp, line 66
from the file cal_post_info.asp:
63 'Insert the dates into the database 64 If not blnExists Then 65 strSQL = "INSERT INTO " & strTablePrefix & "CAL_EVENTS (TOPIC_ID, EVENT_DATE) VALUES (" & Topic_ID & ", '" & DateToStr(DateCursor) & "')" 66 my_Conn.Execute (strSql),,adCmdText + adExecuteNoRecords 67 End If
Please help... I have no idea what is wrong as i did not alter that file, and i seem to be only one with the problem (i searched).
PS snitz version 3.4.03 with all bug fixes to 18 june Events Calendar recurring dates beta 3
|
|