F
Fred Chateau
I have a second question related to my previous post subject: Mapping Nested
XML to Relational Tables
The XML document which loads into the dataset must then be stored in
relational tables and recalled later. As mentioned in my previous posting,
the document is fairly complex and requires over 20 tables to store the
dataset record.
Is it necessary to create 20 DataAdapters to store and recall the document,
or can it be done with one DataAdapter containing multiple joins? Each XML
document represents one record in the dataset and records must be added,
recalled, and sometimes deleted from the database.
XML to Relational Tables
The XML document which loads into the dataset must then be stored in
relational tables and recalled later. As mentioned in my previous posting,
the document is fairly complex and requires over 20 tables to store the
dataset record.
Is it necessary to create 20 DataAdapters to store and recall the document,
or can it be done with one DataAdapter containing multiple joins? Each XML
document represents one record in the dataset and records must be added,
recalled, and sometimes deleted from the database.