Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 SQL 7.0 query output into XML

Author  Topic 

ujjaval
Posting Yak Master

108 Posts

Posted - 2006-02-02 : 00:53:13
I want to receive the output of my SQL Query into XML. I am using SQL Server 7.0. Has anyone tried this?? Howz it possible? It will be useful for me to develop menus on my front-end for the database.

Thanks in advance,
ujjaval

Merkin
Funky Drop Bear Fearing SQL Dude!

4970 Posts

Posted - 2006-02-02 : 01:17:23
SQL Server 7 doesn't do this natively. You would have to write some code at your application level to generate XML from your recordset.



Damian
"A foolish consistency is the hobgoblin of little minds." - Emerson
Go to Top of Page
   

- Advertisement -