John Wooten, Ph.D.
Results
1
comments of
John Wooten, Ph.D.
Try setting the command timeout to zero on the query. Worked for me. ``` private void ExecuteQuery(string qStr) { using (SqlConnection cnx = new SqlConnection(_ConnectionString)) { using (SqlCommand cmd =...