Answers

Oct 22, 2009 - 03:32 AM
If your database is SQL server the use the query to fect the xml data from DB
select * from MyTable for xml auto, elements
and do an command.executescalar to get the xml string, write it to an xml file.
Read the xml file through XmlDocument or XmlReader whichever is required.
select * from MyTable for xml auto, elements
and do an command.executescalar to get the xml string, write it to an xml file.
Read the xml file through XmlDocument or XmlReader whichever is required.

Nov 27, 2009 - 05:17 AM
The question looks to be abandoned by the user who asked it. If no action is taken within 2 days, a Quomon Moderator will consider closing the question and distributing the points.
The Quomon Team
The Quomon Team
Add New Comment