RamHardikar
Programmer
I have DataSet on which I make all my changes and finally I use it to update the changes back in the database. I had this doubt if I should create another temporary DataSet to hold only the rows with modified rowstate and use this to update the database instead of the original DataSet.
Is there any performance gain in doing so? Could someone comment or suggest links on this topic?
Is there any performance gain in doing so? Could someone comment or suggest links on this topic?