Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

XML to Classic ASP ADO Recordset

Options
  • 12-05-2009 4:15pm
    #1
    Closed Accounts Posts: 1


    Hi

    I am working on a project (that's still in classic ASP) and I need to convert a XML response to an ADO Recordset. I am a bit limited in knowledge when it comes to this kind of XML transformation, and when I try the it i get the following error:

    Microsoft OLEDB Persistence Provider error '80004005'
    Recordset cannot be created from the specified source. The source file or stream must contain Recordset data in XML or ADTG format.



    Now I understand roughly what this means. I suppose my question is, if I had an XSD (for the resulting XML), can I use that somehow to map it and convert response safely to an ADO Recordset?


    Cheers


Advertisement