Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Posted

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

Software bugs are impossible to detect by anybody except the end user.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...