G
Guest
Does anyone know if theres ever been any development effort of writing an
extended version of SqlDataAdapter that uses updategrams to update a dataset.
I'm curious if the reduced network round trips would be a sizable
performance gain. An entire dataset worth of updates/inserts/deletes could be
sent in one request, instead of many.
If so, please point me at a link, if not please provide feedback on why you
think this would or would not be a good idea to do. Thank you.
extended version of SqlDataAdapter that uses updategrams to update a dataset.
I'm curious if the reduced network round trips would be a sizable
performance gain. An entire dataset worth of updates/inserts/deletes could be
sent in one request, instead of many.
If so, please point me at a link, if not please provide feedback on why you
think this would or would not be a good idea to do. Thank you.