Can somebody please explain in a simpler language what exacty is the deal wit the Table and Row Hints in setting up the data accessing to an xml file through ODBC?
Like for example I have this xml and I would like to understand what do I have to specify at that table/row hint:
<?xml version="1.0" encoding="UTF-8"?>
<Report name="Practice Analysis">
<Row name="Entity">
<radio name="exclude"/>
<text>1</text>
<text>AB</text>
<text>2</text>
<text>3</text>
</Row>
<Row name="A/R Class">
<radio name="all"/>
<text>1</text>
<text>AB</text>
<text>2</text>
<text>3</text>
<text>4</text>
<text>5</text>
<text>6</text>
<text>7</text>
<text>8</text>
</Row>
<Row name="Dates">
<radio name="service"/>
<from>01/24/2001</from>
<thru>12/25/2001</thru>
</Row>
</Report>
Thanks a lot,
Gabi.
Like for example I have this xml and I would like to understand what do I have to specify at that table/row hint:
<?xml version="1.0" encoding="UTF-8"?>
<Report name="Practice Analysis">
<Row name="Entity">
<radio name="exclude"/>
<text>1</text>
<text>AB</text>
<text>2</text>
<text>3</text>
</Row>
<Row name="A/R Class">
<radio name="all"/>
<text>1</text>
<text>AB</text>
<text>2</text>
<text>3</text>
<text>4</text>
<text>5</text>
<text>6</text>
<text>7</text>
<text>8</text>
</Row>
<Row name="Dates">
<radio name="service"/>
<from>01/24/2001</from>
<thru>12/25/2001</thru>
</Row>
</Report>
Thanks a lot,
Gabi.