Hi all,
I have a simple intranet site where I output a simple list of data from sql-server 2005. It's in ASP, and I just generate the html in a loop via response.write, ouputting the html table.
Since sql-2005 can output xml, I'd like to try this but *without* creating a physical xml file.
So my question is, I'm not sure exactly how to do this.
I'm now at the point where I'm using the FOR XML clause and ouput the single string returned...this is where things don't look as expected. So I'm just looking to be pointed in the right direction for how to do this efficiently.
Thanks,
--Jim
I have a simple intranet site where I output a simple list of data from sql-server 2005. It's in ASP, and I just generate the html in a loop via response.write, ouputting the html table.
Since sql-2005 can output xml, I'd like to try this but *without* creating a physical xml file.
So my question is, I'm not sure exactly how to do this.
I'm now at the point where I'm using the FOR XML clause and ouput the single string returned...this is where things don't look as expected. So I'm just looking to be pointed in the right direction for how to do this efficiently.
Thanks,
--Jim