I have a problem when I executed Select command in C# using ExecuteNonQuery() method; It always return -1; This means that no record returned by the selected statement, doesn\'t
Use ExecuteReader() OR SqlDataAdapter() for fetching rows.
ExecuteReader()
SqlDataAdapter()