T 
		
								
				
				
			
		Tina
I'm manipulating a dataset in code by deleting and adding records.  When I'm
done, the user has an opportunity to save or cancel the whole thing. If he
says Save, I delete everything in the database and now want to write this
dataset to the database.
In some cases some or all of the rows rowstate is unchanged so when I do a
da.update(ds) no update takes place. I want to change the rowstate to added
but it's readonly.
How can I get the database updated regardless of the value of rowstate?
thanks,
G
				
			done, the user has an opportunity to save or cancel the whole thing. If he
says Save, I delete everything in the database and now want to write this
dataset to the database.
In some cases some or all of the rows rowstate is unchanged so when I do a
da.update(ds) no update takes place. I want to change the rowstate to added
but it's readonly.
How can I get the database updated regardless of the value of rowstate?
thanks,
G
 
	