Click here to Skip to main content
15,891,694 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
DataSet.WriteXML() method writes entire data at a time, making useless for large ammount of data? Is it possible to write only the last inserted items in an XML document?
Posted
Updated 15-Mar-10 10:41am
v2

1 solution

You will need to use one of the XML reader/writer classes and manage it within your code. Take a look at some of the samples on the net.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900