Aditya Khurana
Why Web Services does not support data reader?
By Aditya Khurana in Web API on Nov 20 2012
  • Manoj Kumar
    Nov, 2012 29

    SqlDatareader reads data from database on bases on live connection.You cannot return a SqlDataReader from a Web Service. This is a stream based object which cannot be serialized to cross machines boundaries over SOAP. You can use the DataSet instead.

    • 1


Most Popular Job Functions


MOST LIKED QUESTIONS