tags:

views:

89

answers:

1

Hi,

I want to get tree representation answer from my t-sql stored procedure. How can I do it ?

Does .NET have a predefined types for working with xml-answers from stored procedures ?

A: 

Your question doesn't seem to be answerable.

Can you please elaborate a bit?

JMSA
C#, vs 2005, sql server 2008, t-sql (linq2sql not available, System.Xml.Linq available)1. I want a stored procedure. It must return result as some kind of tree representation. I guess I can use xml for this. How ? give me very simple example.2. I need to analize the result of this procedure from C# code. Does .net have a predefined types for this ? Or I need to use XDocument or string ?
alex