DataAdapter.Update - batch or round trips?
From: Andrew Stephen (andrew.stephen_at_imagesoft-fiserv.com)
Date: 03/03/04
- Next message: Bob McCormick: "Re: This seems slow...Why???"
- Previous message: William Ryan eMVP: "Re: Using a Singleton class for data services"
- Next in thread: Erik Frey: "Re: DataAdapter.Update - batch or round trips?"
- Reply: Erik Frey: "Re: DataAdapter.Update - batch or round trips?"
- Messages sorted by: [ date ] [ thread ]
Date: 2 Mar 2004 16:44:26 -0800
Hi - I've seen several clues to this but I wonder if any experts can
definitively confirm ......
Does the DataAdapter.Update method pass all updated datarows to the
database for some kind of batch process with multiple calls to the
update command but only one open and close of the connection, or does
it do multiple round trips to the database and multiple connection
open/closes, one for each updated datarow?
(My specific interest is in the OracleDataAdapter but I'm guessing the
answer applies to all DB providers).
Thanks for any responses.
- Next message: Bob McCormick: "Re: This seems slow...Why???"
- Previous message: William Ryan eMVP: "Re: Using a Singleton class for data services"
- Next in thread: Erik Frey: "Re: DataAdapter.Update - batch or round trips?"
- Reply: Erik Frey: "Re: DataAdapter.Update - batch or round trips?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|