CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2001
    Posts
    2

    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





  2. #2
    Join Date
    Jul 2001
    Posts
    1

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured