Skip to main content
Known Participant
August 7, 2008
Question

Database to XML

  • August 7, 2008
  • 2 replies
  • 337 views
I need to fetch 100 small records along with the 10 fields from one table in Oracle 9i and put in XML.

Please advise if that is possible in Cold Fusion and a good example or tutorial I can use.
    This topic has been closed for replies.

    2 replies

    Inspiring
    August 8, 2008
    What part is causing you difficulty, selecting the records or putting them into xml?
    FloridaAuthor
    Known Participant
    August 9, 2008
    I ended up getting database records into XML.
    Now how do I fetch XML data and put it in a Database?

    Basically export XML into Oracle Database. I already have the table and fields created in Oracle but need the XML data inserted into Oracle. Is that possible and is there any links or tutorials?
    Inspiring
    August 7, 2008
    http://labs.adobe.com/technologies/spry/samples/utils/query2xml.html

    --
    Ken Ford
    Adobe Community Expert Dreamweaver/ColdFusion
    Fordwebs, LLC
    http://www.fordwebs.com


    "Florida" <webforumsuser@macromedia.com> wrote in message
    news:g7ftp5$oi4$1@forums.macromedia.com...
    >I need to fetch 100 small records along with the 10 fields from one table
    >in Oracle 9i and put in XML.
    >
    > Please advise if that is possible in Cold Fusion and a good example or
    > tutorial I can use.