fatcodeguy
Programmer
Hi,
I have one application using an XML file to store information, and another that uses a database. Now we're going to use the database for the XML application as well, but instead of changing the XML app's data access procedures (for now), we're going to write an interim tool that takes the information from the database and generates the XML file (using the same element/attribute names).
So, if I pull the information from a database and store it in a DataSet, how do I map the name of a database column to its equivalent in XML.
Does this make sense?
Thanks for your help!!!
I have one application using an XML file to store information, and another that uses a database. Now we're going to use the database for the XML application as well, but instead of changing the XML app's data access procedures (for now), we're going to write an interim tool that takes the information from the database and generates the XML file (using the same element/attribute names).
So, if I pull the information from a database and store it in a DataSet, how do I map the name of a database column to its equivalent in XML.
Does this make sense?
Thanks for your help!!!