XML Extender Administration and Programming
In most cases, you need to enable an XML collection before using the stored
procedures. In the following cases, you are required to enable an XML
collection:
- When decomposing XML documents into new tables, an XML collection must be
enabled because all tables in the XML collection are created by the XML
Extender when the collection is enabled.
- When keeping the sequence of elements and attributes that have multiple
occurrence is important. The XML Extender only preserves the sequence
order of elements or attributes of multiple occurrence for tables that are
created during enablement of a collection. When decomposing XML
documents into existing relational tables, the sequence order is not
guaranteed to be preserved.
If you want to pass the DAD file spontaneously when the tables already
exist in your database, you do not need to enable an XML collection.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]