We recently upgraded from 6.3 access to 7.3 SQL.
When trying to set options on the "forum admin" (forum detail page) I am not able to save anything.
Here is the error,
Microsoft OLE DB Provider for SQL Server error '80040e21'
Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
xxxx/xxxxx/forum/admin/forum_details.asp, line 161
Here is line 160-162 in that file listed
160 - .Fields("Forum_description") = Request.Form("description")
161 - .Fields("Read") = CInt(Request.Form("read"))
162 - .Fields("Post") = CInt(Request.Form("post"))
Thanks
Edited by wavemaster