Lanstuff
New Member
USA
79 Posts |
Posted - 03 April 2006 : 09:24:35
|
All my events that I post I get this error above the posting. Any ideas????
Microsoft OLE DB Provider for ODBC Drivers error '80040e57' [Microsoft][ODBC SQL Server Driver][SQL Server]String or binary data would be truncated.
/forum/topic.asp, line 673
Here are lines before and after Line 673 '## Forum_SQL strSql = "UPDATE " & strActivePrefix & "TOPICS " strSql = strSql & " SET T_VIEW_COUNT = (T_VIEW_COUNT + 1) " strSql = strSql & ", T_MEMVIEWED='" & GetMemViewed(Topic_ID, MemberID) & "'" 'popup strSql = strSql & " WHERE (TOPIC_ID = " & Topic_ID & ")"
(#673) my_conn.Execute (strSql),,adCmdText + adExecuteNoRecords if iReplyCount = "" then '## No replies found in DB
|
|