Error problems....
On addtonews.htm, I have 1 text box that is filled out, and you submit it. It works most of the time, BUT when I write a certain amount of words, this error pops up:
Microsoft OLE DB Provider for ODBC Drivers error '80040e21'
Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
/stacygraff/addtonews.asp, line 14
Does anyone understand why this is happening and what I can do about it?
The Code in that line 14 is:
rsAddNews.AddNew
rsAddNews.Fields("NewsInfo") = Request.Form("NewsInfo")
rsAddNews.Update
|