import xml data into Access 2003 - deletes all data in file

G

Guest

All,

I have created an xml file (from a report) that contains 3 types (tables)
of data.

The data structure is similar to:

<root>
<table1>
<row><col1>...</col1>...</row>
<row><col1>...</col1>...</row>
</table1>
<table2>
<row><col1>...</col1>...</row>
<row><col1>...</col1>...</row>
</table2>
<table1>
<row><col1>...</col1>...</row>
<row><col1>...</col1>...</row>
</table1>
<table3>
<row><col1>...</col1>...</row>
<row><col1>...</col1>...</row>
</table3>
.....
</root>

When a do a "get external data" and point to the file that has a
structure similar to above, I receive a display that lists all 3
table structures. I select the first table in the tree list; and
press "OK". I receive a message stating the Import completed
successfully. I check the "TABLE" display and see the 3 tables
defined. All seems ok. (Each table has its own indpendent structure).

When I go to look for the input ".xml" file, it is gone. It's been
deleted.

Is this an error or a new facility that I am not aware of?

Thanks,

Larry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top