Post
by Jeff Luther » 26 Jul 2006, 17:16
Posted by: Jeff Luther
"Have you sample for READING from XML" - no, but with the code I
provided (so you have 1 example of what the XML format is) and using
TD's SalFile and SalStr functions you should be able to write an XML
parser ok.
The XML my sample writes contains the DB schema info: table owner, table
name and table column in the XML section "")
+ the row(s) of table data in the XML section "".
(My generator writes one XML format, though I tried to match the XML
output format generated by the the XML functions in the then new TD v4.0
sample application, XMLADO.app, which saves its output to AJO.xml.)
Try to write something yourself, and if you have a problem, let us
see your test code and describe the problem you have and most likely
we can help you here in the NG.
- Jeff