• Access queries to XML Conversion (2000)

    Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » Access queries to XML Conversion (2000)

    Author
    Topic
    #367510

    I want to create an XML document from an access query in order that I can publish a catalogue of goods on the internet. I have seen elsewhere in the lounge posts about XPs support for creating XML documents from Access objects. Does Access 2000 have any support for this kind of task or will I have to write a VBA module to convert a recordset into an XML document myself?

    Viewing 0 reply threads
    Author
    Replies
    • #573235

      Access 2000 allows you to persist an ADO recordset as XML. Access XP offers greater support for XML. The Access 2000 syntax is something like this:

      rstADO.Save “C:ExportData.xml”, adPersistXML

      As an afterthought, Access 2000 does not create any kind of XSL file for you. You have to create that yourself. I believe Access XP does some of that for you as well.

    Viewing 0 reply threads
    Reply To: Reply #573235 in Access queries to XML Conversion (2000)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information:




    Cancel