Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DataTable ColumnName Mappings

Status
Not open for further replies.

fatcodeguy

Programmer
Feb 25, 2002
281
CA
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!!!
 
Nope it doesn't make sense, since your dataset is detached from the datasource. So I don't see your problem. Except if you used the wizard to make your dataset.

Christiaan Baes
Belgium

"My new site" - Me
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top