Hi,
I am using a SP, which has someting like (SELECT ... FROM ... WHERE ... FOR XML AUTO).
The result is in XML, but my question is: how can I retrive that XML (directly to a variable), to send it to the browser via ASP.NET.
I tried SqlDataReader and SqlDataAdapter, but without results.
Thanks,
Benjamim
I am using a SP, which has someting like (SELECT ... FROM ... WHERE ... FOR XML AUTO).
The result is in XML, but my question is: how can I retrive that XML (directly to a variable), to send it to the browser via ASP.NET.
I tried SqlDataReader and SqlDataAdapter, but without results.
Thanks,
Benjamim