Generate XML from Relational Database data

  • Thread starter Thread starter J. Shane Kunkle
  • Start date Start date
J

J. Shane Kunkle

Small Design question - I want to express the data in a relational database
in xml to create many different "reports."

For example:
<Customers>
<Customer>
<name>Ralph</name>
<address>1 Street St</address>
 
J,

Have a search on MSDN.microsoft.com with the words "relation nested"
especially the last word is what you should have in mind, because the
documentation of that is not so much.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top