This topic is locked

How to solve Multiple-step operation generated errors.

5/24/2010 4:08:23 AM
ASPRunnerPro General questions
S
sazib author

After entering values into the registration form the values should go to the user table of my database.But when i press submit button there's a error shown

"<<< Record was NOT added >>>
Multiple-step operation generated errors. Check each status value."
Can anyone please help me out? It's urgent.

A
ann 5/24/2010

Hi,
usually this happens when some wrong value is entered like a text value in Date or Number field.

Also this error happens when you trying to insert value into auto-increment field or some NOT NULL field left empty etc.

Sergey Kornilov admin 5/24/2010

I can also recommend to switch to SQL mode:

http://xlinesoft.com/asprunnerpro/docs/how_to_perform_add_edit_via_sql.htm
This way you can print SQL query on the page to see what exactly is wrong.

This article explains how to print SQL queries on the page:

http://xlinesoft.com/asprunnerpro/docs/debugging_tips.htm