J
jjy
While the SqlDataReader is in use, the associated SqlConnection is busy
serving the SqlDataReader, and no other operations can be performed on the
SqlConnection other than closing it.
If I am looping the first dataset and I want to do some more SQL operations
such as getting other info from a database, what would be the best approach?
Thanks.
serving the SqlDataReader, and no other operations can be performed on the
SqlConnection other than closing it.
If I am looping the first dataset and I want to do some more SQL operations
such as getting other info from a database, what would be the best approach?
Thanks.