ASP form error

J

James

I need some help. I've got a form and everyday I'm seeing ASP errors
relating to the comment field. Specifically, I've been seeing the
classic "80040E21" error message, stating that "Multiple-step OLE DB
operation generated errors. Check each OLE DB status value, if
available. No work was done."

The SQL table allows the comment field to allow up to 1,000
characters, but I limit the web page to only allow 300 - meaning that
I know I'm not trying to enter more data than what is possible in that
field. The error is confounding me.

Everytime I try to replicate the problem, I am not able to do so. I'm
guessing that some script is trying to enter bogus data and submit
code of other characters making the form fail.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top