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
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.