PDA

View Full Version : DataAdapter.update() method


jwite2003
04-14-2003, 01:06 AM
Hi...

I'm using the .Net Framework data provider for Oracle. When calling OracleDataAdapter.update(mydataset) does it resave the entire dataset to the database, or just the elements that have been changed? I was assuming the latter.

Thanks,