Dataset Diffgram... I think...

  • Thread starter Thread starter Scott Meddows
  • Start date Start date
S

Scott Meddows

In the design phase right now and I need to know if I can implement this easily...

I want a user to be able to edit a datagrid (I'll be binding these to a dataset to make everything easy) and persist to a separate
table only the rows that the user changed. Can this be easily done? Got Code (just an example is needed)?

Thanks a lot!

Scott
 
Hi Scott,

I assume that only the user can make changes, so why not the function

dataset.getchanges

You can make life difficult of course however that has all the changes made
before the latest upedate (it is a copy function, not a reference be aware
of that, it is one of the exceptions in that however I think therefore
perfectly for what you ask)

I hope this helps?

Cor
 

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

Back
Top