importing data from a table into an xml file
Moderator: General Moderators
-
mccommunity
- Forum Commoner
- Posts: 62
- Joined: Mon Oct 07, 2002 8:55 am
importing data from a table into an xml file
I am trying to import data from a table and create an xml file from all the data in the table (select * from table to XML File) How would I do this?