How to Export Full SQL Table to XML

后端 未结 2 1909
野趣味
野趣味 2021-02-10 04:06

My primary coding ideal is on .net applications.. So I have limited skill with application design.

I am trying to export an entire table from a database (Using a view) t

2条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-10 04:28

    You might want to take a look at how you can write queries which output is XML.
    There are many examples and tutorials around on the internet about this. this http://msdn.microsoft.com/en-us/library/bb510462.aspx is one of them.

    If i am not mistaken the output returned should be a string with the complete XML stuff inside of it.

提交回复
热议问题