Community

How To Persist an ADO.NET DataSet into XML by Using Visual C++ .NET

You can use the WriteXml method to write XML schema and data from the DataSet object. The XML data is written to a file, a Stream class, an XmlWriter class, or a TextWriter class. You can use one of two sets of overloaded methods for WriteXml, depending on your needs. The first set of four overl

Read More - Register for Free Membership