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
 
Back
Top