how to make a sql server database table into xml format,,,advantage of xml format
1. Get the Data of Table in a DataSet and the you can do the following to create XML
ds.WriteXml("C:\\MyFile.xml");
2. Xml is a DataTransfer Format and there is no advantage of Xml over Database. Database is always preferred over Xml
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.