Click to See Complete Forum and Search --> : ADO stream and XML query in VB


acoder
June 20th, 2001, 06:00 PM
Hello, I am saving several recordsets in to one (1) XML file and I want to re-read the file back and assign to several recordsets. Is there some sort of XML query so that I can only read back part of the XML file (like child1, in the example below) ?


the root
child 1 recordset
child 2 recordset
child 3 recordset

Gregory.Natanson
July 31st, 2001, 09:02 AM
Hi!
I have exactly the same question as yours about saving DB to XML file and back.
If you already know how to do it please let me know. Thanks a lot.