Hello:
Does anyone has sample codes of how to load XML file (may not be SBOBO type schema XML) directly load to recordset objects?? When I do this I encounter two problems:
1. On the trainning document it says with loadXML and SaveXML objects only the XML with SBOBO type schema can be used. So if a XML carrying a random set of data, then I can't use loadXML and SaveXML objects.
2. RecordSet objects seem only interact with data already existed in SBO database. So for me to put it in a recordset object, I will need to create a user-defined table and put XML data in there first, before retrieve it to recordset. Doesn't seems to be a very efficient process.
I am very new at this, so any help will be appreciated it! Thank You!