G
Guest
I have a Schema from the folk that shows how they want the data received. I
have my own database that has that data, but in a different way (they use 33
freaking tables to store what I do in 1). Now then, do I:
a) Create a data source that jives with their schema (say, a number of views
or store procedure to represent those 33 tables, but gets it's data from my 1
table) and then create the XML file off of that or...
b) Read their Schema, seek out those elements that are of interest to me,
fill-in the data for these elements as I go and write it all to the XML file
or...
c) Do this in some other basic way that hasn't occurred to me, if so, what?
have my own database that has that data, but in a different way (they use 33
freaking tables to store what I do in 1). Now then, do I:
a) Create a data source that jives with their schema (say, a number of views
or store procedure to represent those 33 tables, but gets it's data from my 1
table) and then create the XML file off of that or...
b) Read their Schema, seek out those elements that are of interest to me,
fill-in the data for these elements as I go and write it all to the XML file
or...
c) Do this in some other basic way that hasn't occurred to me, if so, what?