Cns Swamy

Cns Swamy

  • NA
  • 1
  • 827

ExecuteReader() not working for sqldatareader!

Jul 28 2015 5:17 AM
I used break point to view the control flow. Control jumps directly to the catch block after the line--
 
 
using (SqlDataReader reader = cmd.ExecuteReader()) 
 

Answers (2)