Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
880
Which event is best to autosave data
posted

Hello:

I would like to commit changes to the database, if any, when the row changes.

I was issuing a dataset.Update() on the BeforeRowDeactivate event. But if some of the data integrity rules is not obeyed (for example, first name cannot be null), it throws an exception.

So, is there another event that I can use to implement this requirement?

Venki