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
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
Comment