Scott,
It is checked in. The SQL Document is only currently populating the
row-set/column-header with attributes and the row-set/row for each
row in the database but it is not actually extracting the column data yet.
I wanted to get column-header working before I proceeded.
I have some DTM questions.
In the DTM arrays , m_firstch, m_nextsib..., If an element only has a single
text node, can the text be part of the element node. I.e. can I create a single
node and get both name and data or do you need to take up two index positions
one for the node name and, have its first child be the node text ??
For the DTM, are the attribute nodes mapped in the sibling arrays as children
of the element node, or are they not part of the indexed arrays and accessed only
through the firstAttribute method ?
Regards
John G