dumpDTM helped a lot. A node index of 0 should not be allowed, or the Int array
should init to DTM.NULL. Problem I had was not setting m_firstch at some point.
The default value of the Int Array is zero so a weird feedback loop occurred.

JG


John Gentilin wrote:

> 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

--

--------------------------------------
John Gentilin
Eye Catching Solutions Inc.
18314 Carlwyn Drive
Castro Valley CA 94546

    Contact Info
[EMAIL PROTECTED]
Phone 1-510-881-4821
--------------------------------------


Reply via email to