Phil Pastor
03-21-2000, 08:57 AM
I have an xml document that describes tables and their relationships. When I
try to load it into the MS XML Parser it returns FALSE. Following is the
basic structure. Is it correct?
<collection>
<sourcetable name="CUSTOMER" output="ext_acct.txt" alias="c">
<field name="CUST_NO">
<maps datatype="C" length="10" selection="c.Cust_no">
</field>
<field name="DESCR">
<maps datatype="C" length="20" selection="s.Descr">
</field>
<sourcetable name="STATES" output="" alias="s">
<join parenttable="CUSTOMER" parentcol="STATE" thiscol="STATE"/>
</sourcetable>
</sourcetable>
</collection>
--
Geoffrey M. Inget
vgminget@wizvax.net
(To reply via-email, dispose of the leading letter v)
try to load it into the MS XML Parser it returns FALSE. Following is the
basic structure. Is it correct?
<collection>
<sourcetable name="CUSTOMER" output="ext_acct.txt" alias="c">
<field name="CUST_NO">
<maps datatype="C" length="10" selection="c.Cust_no">
</field>
<field name="DESCR">
<maps datatype="C" length="20" selection="s.Descr">
</field>
<sourcetable name="STATES" output="" alias="s">
<join parenttable="CUSTOMER" parentcol="STATE" thiscol="STATE"/>
</sourcetable>
</sourcetable>
</collection>
--
Geoffrey M. Inget
vgminget@wizvax.net
(To reply via-email, dispose of the leading letter v)