The issue is if the XML file is formatted:
<?xml version="1.0"?>
<PingRequest>
<TimeStamp>2011-09-21</TimeStamp>
<MsgID>55555</Msgid>
</PingRequest>
the READ-XML fails to return any data
BUT if the format is:
<?xml version="1.0"?>
<PingRequest>
<PingEntry>...
I am using READ-XML to populate a DATASET. Everything works fine until I try to read an XML file that does not contain an "ENTRY" element. It is just a "PING" request from the system I am communicating with and it only contains a "timestamp" element and a "msgid". The READ-XML will execute...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.