E
Eric Harmon
Hi again, and please pardon the silly question - new to ADO.NET...
When I call the DataAdapter's Update() method, am I better off passing the
entire dataset, or call GetChanges() first? Is there a performance
difference either way, either when
A) all parts of the application are on the same machine
B) a middle tier is set up on a remote machine. It seems to me that in this
case it's better to just pass the changes (less data to serialize), but I
want to make sure I'm correct in my thinking.
Thanks!
-Eric
When I call the DataAdapter's Update() method, am I better off passing the
entire dataset, or call GetChanges() first? Is there a performance
difference either way, either when
A) all parts of the application are on the same machine
B) a middle tier is set up on a remote machine. It seems to me that in this
case it's better to just pass the changes (less data to serialize), but I
want to make sure I'm correct in my thinking.
Thanks!
-Eric