Hi,
Does somebody know what has gone wrong when you get the error: "Multiple-step operation generated errors. Check each status value", while executing a visual basic project.
Please help!
Thanks very much,
Billy.
Printable View
Hi,
Does somebody know what has gone wrong when you get the error: "Multiple-step operation generated errors. Check each status value", while executing a visual basic project.
Please help!
Thanks very much,
Billy.
Nice error ! Haven't seen anything like that before. Have you tried stepping through the code and finding the offending line ? What kind of thing are you trying to do ?
That sounds like an ADO error. You can return each error one at a time. I forget the code, off hand.
Not sure but have a look there. Try setting up a simple program with your latest changes, and see if the same problem occurs. You know the sort of thing, just a connect and display of a single file. Just a suggestion.
This usually happens when I try to delete/addnew two records before updating the delete/addnew from the first record.