G
Guest
I have a Sql2000 Stored Proc. that returns the result in the form of XML. I
am calling this SP in my .NET application(webservice) using ADO.net. Can you
please suggest me if I should be using the ExecuteReader or ExecureXMLreader
method?
Also, what are the advantages of using ExecureXMLreader over ExecuteReader
In my .NET application, I need to populate the xml returned by SQL SP in a
XML document.
Thanks.
Rajiv
am calling this SP in my .NET application(webservice) using ADO.net. Can you
please suggest me if I should be using the ExecuteReader or ExecureXMLreader
method?
Also, what are the advantages of using ExecureXMLreader over ExecuteReader
In my .NET application, I need to populate the xml returned by SQL SP in a
XML document.
Thanks.
Rajiv