TheVillageIdiot27
Programmer
I am currently upgrading a site from ASP classic to ASP.net (which is learning experiance for me), that relies heavily on SQL server 'FOR XML' stored procedures, which are used to create components all over the site.
it is my intention to create on page which has a query string called "sql" i.e. "?sql=SELECT whatever FROM wherever FOR XML AUTO", which produces a page of XML, which could then be resused whenever.
While I can do this in ASP classic I really have no idea how to go about it in .net.
I wonder if anyone has done something similar before of can point me in the right direction.
Thanks In Advance
it is my intention to create on page which has a query string called "sql" i.e. "?sql=SELECT whatever FROM wherever FOR XML AUTO", which produces a page of XML, which could then be resused whenever.
While I can do this in ASP classic I really have no idea how to go about it in .net.
I wonder if anyone has done something similar before of can point me in the right direction.
Thanks In Advance