I'm doing sequential read from the file, sorting out the different fields, quotes, tags and whatever. Are there any tools for a more dynamic way of importing XML-files in A-2000?<br><br>Any help would be appreciatet.
Can you put a "small" copy of the XML file here to look at <br>It's ASCII text right?<br>Doesn't the first part of the file tell the field story.<br><br>I thought I heard Access 2000 was going to have XML capabilities. I Tried to look it up in Help and got nothing. <p>DougP<br><a href=mailto: dposton@universal1.com> dposton@universal1.com</a><br><a href= > </a><br> Ask me how Bar-codes can help you be more productive.
<p>DougP<br><a href=mailto: dposton@universal1.com> dposton@universal1.com</a><br><a href= > </a><br> Ask me how Bar-codes can help you be more productive.
Thank you for your answer. I also had the impression prior to starting this project, that some part of the file should tell the field story. I.e when you save a persistent recordsets through VBA as xml (rst.Save strFile, adPersistXML), in my case you get to full pages (notepad) with schema information, field types, names, precision etc before any data. But not in this file. <br><br>Here is a sample showing what one record might look like. There's a total of 17 fields were some are transferred every time, others only occasionally. <br><br>I think I'll continue sequential read;-). <br><br>"<br><?xml version="1.0" encoding="ISO-8859-1" ?><br><br><itemlist type="snapshot"><br><br><time><br> <date tz="MET">14/06 2000 16:00:03</date><br></time><br><br><quote><br> <field1>NO1234567890</field1><br> <field2>Code</field2><br> <field3>Name</field3><br> <field5>2,00</field5> <br> <date tz="MET" type="date" field="last">15/05-00</date><br> <field9>19.992.000</field9><br> <field11>39.984.000,00</field11><br></quote><br><br> "... and N records;-)"<br><br></itemlist><br>"<br>
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.