Quantcast
Channel: SqlDataReader error
Browsing latest articles
Browse All 3 View Live

Re: SqlDataReader error

Hi ChumleyChumley Walrus SqlDataReader rdr = con.ExecuteReader();As siva said, ExecuteReader is method of SqlCommand, SqlConnection don't have the method. It only represent an open connection to a SQL...

View Article



Re: SqlDataReader error

ExecuteReader is method of SqlCommand, but not SqlConnection.See different examples and usage of these, nicely explained...

View Article

SqlDataReader error

I get  a  'System.Data.SqlClient.SqlConnection' does not contain a definition for 'ExecuteReader' and no extension method 'ExecuteReader' compilation error , it is pointing to executeReader command...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images