MichaelA
Junior Member
 
USA
222 Posts |
Posted - 16 September 2002 : 19:31:29
|
I received this error when clicking on a topic.
Microsoft JET Database Engine error '80040e07'
Data type mismatch in criteria expression.
/tsdac/forum/topic.asp, line 175
That line is
my_conn.execute ("INSERT INTO " & strTablePrefix & "WHOSEEN(WHOSEEN_TOPIC ,WHOSEEN_MEMBER,WHOSEEN_DATE) VALUES (" & Topic_ID & ", " & MemberID &", " & DateToStr(strForumTimeAdjust) & ")")
What needs to be changed to make it right?
Thanks.
Mike
|
|