Community

HOW TO: Use the ExecuteXmlReader Method of the SqlCommand Class in Visual Basic .NET

You can use the ExecuteXmlReader method of the System.Data.SqlClient.SqlCommand class to load the results of SQL Extensible Markup Language (XML) queries from Microsoft SQL Server into a System.Xml.XmlReader object. You can only use this method to run server-side for XML queries and to run queries t

Read More - Register for Free Membership