ADO stream and XML query in VB
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
Re: ADO stream and XML query in VB
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.