This is a discussion on SQL and XML within the SQL Server forums, part of the Microsoft SQL Server category; --> Hi gurus of XML and SQL I am a newbie to this world. I am trying to retrieve xml ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 |
| ||||
| Hi This may help: http://sqlxml.org/faqs.aspx?faq=15 http://www.devhood.com/tutorials/tut...utorial_id=424 John "Satish" <karrys@gmail.com> wrote in message news:5e21d1a1.0409021415.791bc6fb@posting.google.c om... > 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 |