SQL and XML

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Satish

    SQL and XML

    Hi gurus of XML and SQL

    I am a newbie to this world.

    I am trying to retrieve xml from sql server database using asp and
    post it to a website.

    So the steps that need to be done are
    1. Form the XML (not a standard format)
    2. Gather it in a variable or something in the ASP form.
    3. Find a way to post it to the other website.

    My xml has three records

    PARENT
    CHILD
    GRAND-CHILD

    What is the best way to go about it.?? Any suggestions

    Thanks in advance
  • John Bell

    #2
    Re: SQL and XML

    Hi

    This may help:



    John
    "Satish" <karrys@gmail.c om> wrote in message
    news:5e21d1a1.0 409021415.791bc 6fb@posting.goo gle.com...[color=blue]
    > Hi gurus of XML and SQL
    >
    > I am a newbie to this world.
    >
    > I am trying to retrieve xml from sql server database using asp and
    > post it to a website.
    >
    > So the steps that need to be done are
    > 1. Form the XML (not a standard format)
    > 2. Gather it in a variable or something in the ASP form.
    > 3. Find a way to post it to the other website.
    >
    > My xml has three records
    >
    > PARENT
    > CHILD
    > GRAND-CHILD
    >
    > What is the best way to go about it.?? Any suggestions
    >
    > Thanks in advance[/color]


    Comment

    Working...