View Single Post
Old 10-23-2009, 04:57 AM   #2 (permalink)
bagitha
 
Status: Newbie
Join Date: Oct 2009
Posts: 5

Rep Power: 11 bagitha is on a distinguished road



Default hai

FOR XML is generally used to return the results of a query (rows and columns) in XML format. If your database contains HTML data in, say, a TEXT column, you don't need to use FOR XML. Simply execute a query and get the HTML data back in the result, then display the HTML on the page.

If you provide more information about the structure of your database, how you're accessing it (ADO, ADO.NET, etc.) and which Web framework/programming language you're using, we can provide a more specific example

Last edited by bagitha; 10-26-2009 at 01:57 AM
bagitha is offline Add Infraction for bagitha   Reply With Quote