> Hi all
> I'm trying to get information about a way to read an XML file within
> an ASP page an then save data into an Access table...
Generically:
Load the xml file into an xml document, loop through it, then:
a) open a recordset on the Access table and add the data to it
or
b) create insert statements using the xml data and execute them
Which part do you need help with? It's not something I've ever needed to
do so I do not have a pre-written example.

Signature
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Paolo Galli - 25 Jun 2008 07:38 GMT
Thanks Bob for help...
I have to play with it... me too it's the first time I have to deal with
bye
>> Hi all
>> I'm trying to get information about a way to read an XML file within
[quoted text clipped - 8 lines]
> Which part do you need help with? It's not something I've ever needed to
> do so I do not have a pre-written example.
http://www.stylusstudio.com/xml_database.html
> Hi all
> I'm trying to get information about a way to read an XML file within an ASP page an then save data into an Access table...
>
> Thanks for your support
> Paolo
Paolo Galli - 25 Jun 2008 07:38 GMT
thanks
I'll get a look
> http://www.stylusstudio.com/xml_database.html
>
[quoted text clipped - 3 lines]
>> Thanks for your support
>> Paolo