keep changes are made on datasource.

M

Mr. X.

Hello.
I have DataTable object.
Changes are made on the datatable,
but I need sometimes to refresh the datatable contents (I have master-detail
form, and when the master record is changed, there are new elements on the
datatable).
So, I need to keep changes that were made on the details table.

How can I keep the old changes, before any commit to database ?
Need an example, please.

Thanks :)
 
M

Mr. X.

Sorry.
Problem solved !

I have to use the same dataAdapter from the time I initialize the dataset
through its whole lifetime.

Thanks :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top