J
Jeremy
I have a vb .net 2003 app that uses access 2k as a backend. The main table
has some validation rules (legacy stuff brought forward inadvertantly, and
now we're stuck with 'em).
The problem is, I do a dataadaptor.update, and an exception is thrown. I
would prefer to validate before the update & tell the user to fix the data.
dataset.hasErrors does not detect the validation violation.
When the exception is thrown I can of course catch it, but the datarow is
somehow lost. Maybe if I knew what was happening here, I could recover the
row & let the user deal with it, but I haven't found the answer yet.
Help greatly appreciated!
Jeremy
has some validation rules (legacy stuff brought forward inadvertantly, and
now we're stuck with 'em).
The problem is, I do a dataadaptor.update, and an exception is thrown. I
would prefer to validate before the update & tell the user to fix the data.
dataset.hasErrors does not detect the validation violation.
When the exception is thrown I can of course catch it, but the datarow is
somehow lost. Maybe if I knew what was happening here, I could recover the
row & let the user deal with it, but I haven't found the answer yet.
Help greatly appreciated!
Jeremy