I have access database not SQL
Main Topics
Browse All TopicsIs there a way to convert a regular XML file to recordset.
Basically, I want to insert data I have in XML file to a table in the database.
it's not xml file that was saved in persist mode !!! - just a regular xml file. thanks.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
This xml file can be read immediately by excel, as an import. It makes all the names for the columns perfectly. Is that what you mean ?
<weather-report>
<date>25 maart 2001</date>
<time>18:00</time>
<area>
<city>Seattle</city>
<state>WA</state>
<region>West Coast</region>
<country>VS</country>
</area>
<measurements>
<skies>bewolkt</skies>
<temperature>10 graden Celsius</temperature>
<wind>
<direction>zuidwesten</dir
<windspeed>6</windspeed>
</wind>
<h-index>51</h-index>
<humidity>87</humidity>
<visibility>10</visibility
<uv-index>1</uv-index>
</measurements>
</weather-report>
An answer has not been selected nor has there been any comments added lately, so it's time to clean up this TA.
I will leave the following recommendation for this question in the Cleanup topic area:
Accept comment: jyotisinha
For more information, feel free to visit: http://www.experts-exchang
PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!
Xikilm
EE Cleanup Volunteer
Business Accounts
Answer for Membership
by: Yury_DelendikPosted on 2002-11-10 at 06:41:44ID: 7430590
First tought: library/de fault.asp? url=/libra ry/ en-us/x mlsql/ac_o penxml_4dv 0.asp
library/de fault.asp? url=/libra ry/ en-us/s qlxml2/bul kload_7pv0 .asp
- using OPENXML
http://msdn.microsoft.com/
- using SQLXML bulk load
http://msdn.microsoft.com/
Second one:
- use XSLT to transform to persist file format