I
INTP56
I am working on a project that involves several forms. I got each one working
the way I wanted them to, and when checking the whole solution out, the first
form won't submit any more. Here is the error message
[0x80040E38][Microsoft Cursor Engine] Row cannot be located for updating.
Some values may have been changed since it was last read.
If I go directly to the database in SSMS, I can insert records.
Now, that form sat for about 10 days before I went back to test it. My other
forms have a similar structure, and if I do insert records directly into the
database, they will show up in the form.
I tried copying everything in design mode, and pasting it into a new blank
form. I went and added the new data connections, and bound all the controls
as before, but I get the same error.
Any ideas what might have happened, or how to fix it?
Bob
the way I wanted them to, and when checking the whole solution out, the first
form won't submit any more. Here is the error message
[0x80040E38][Microsoft Cursor Engine] Row cannot be located for updating.
Some values may have been changed since it was last read.
If I go directly to the database in SSMS, I can insert records.
Now, that form sat for about 10 days before I went back to test it. My other
forms have a similar structure, and if I do insert records directly into the
database, they will show up in the form.
I tried copying everything in design mode, and pasting it into a new blank
form. I went and added the new data connections, and bound all the controls
as before, but I get the same error.
Any ideas what might have happened, or how to fix it?
Bob