T
Tilfried Weissenberger
Hi,
I am writing a CMS-System which dynamically loads modules at startup
and each module supplies it's Schema in form of a DataSet. The
CMS-Core merges all these fragments into one whole DataSet. So far, so
good, it all works and all tables are in the dataset.
But if I try to persist that schema (using either GetXmlSchema() or
WriteXmlSchema()) to a file or across a WebService, some tables are
missing, and some are referenced externally. How can I export a clean,
complete Schema of the DataSet, so that it doesn't include any
external references??
regards, Tilli
I am writing a CMS-System which dynamically loads modules at startup
and each module supplies it's Schema in form of a DataSet. The
CMS-Core merges all these fragments into one whole DataSet. So far, so
good, it all works and all tables are in the dataset.
But if I try to persist that schema (using either GetXmlSchema() or
WriteXmlSchema()) to a file or across a WebService, some tables are
missing, and some are referenced externally. How can I export a clean,
complete Schema of the DataSet, so that it doesn't include any
external references??
regards, Tilli