rustyfancy Posted October 8, 2003 Posted October 8, 2003 I am creating a stand-alone program that needs to store data without a network connection or database access. To do this I'm using XML files. Ok, everything sounds dandy so far. My problem is in accessing and editing this data. Is this possible?? I've heard I can use SQL commands on this XML data. Can it still be donw without a connection to a SQL Server?? Any information (or code samples) will help. --Matt Quote
AlexCode Posted October 8, 2003 Posted October 8, 2003 The DataSet have 2 major methods do do what you want... ReadXML WriteXML I think their name says it all :D After this it's all about messing with a normal DataSet... Enjoy Quote Software bugs are impossible to detect by anybody except the end user.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.