Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7570273
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T15:22:51+00:00 2026-05-30T15:22:51+00:00

I am trying to change the timeout for a SqlCommand query, in a method

  • 0

I am trying to change the timeout for a SqlCommand query, in a method that tests my connection for a given connection string. The code is similar to this:

using (SqlConnection connection = new SqlConnection(connectionString))
    {
      SqlCommand cmd = new SqlCommand("SELECT ...", connection);
      cmd.CommandTimeout = 10;
      connection.Open();
      SqlDataReader reader = cmd.ExecuteReader();
      ...
      connection.Close();
    }

I would like to have a short timeout here, since I just want to test if this connection string is okay.
But, no matter what number I set on CommandTimeout (I tried 0, 1, 2, 4, 10, 30, 60, 120), my real time obtained for a dummy connection string is always about the same (total running time of about 15 seconds).

So, seems to me that the value I set on CommandTimeout is being ignored for some reason.

Any ideas why?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T15:22:53+00:00Added an answer on May 30, 2026 at 3:22 pm

    I think you’re confusing what exactly SqlCommand.CommandTimeout is for. As per this MSDN reference:

    Gets or sets the wait time before terminating the attempt to execute a command and generating an error.

    In your case, you are executing a DataReader and stepping through your query (whatever it may be). It is taking minimal time for each Read() which is why you wouldn’t be hitting your timeout.

    Edit:

    If you are using a wrong connection string, your Timeout will not be the Command timeout, but it’ll be the Connection time. This defaults to 15 seconds. That is the timeout that is effective in your situation.

    You’re going to timeout on the method call SqlConnection.Open(), not SqlCommand.ExecuteReader(). Therefore the ConnectionTimeout property is going to be the effective timeout value.

    SqlConnection.ConnectionTimeout Property MSDN Reference

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to change the bindingRedirect element at install time by using the
I am trying to change the class of a element with Javascript using the
I'm trying to resume an upload using indy (HTTP Post), the code looks like
I inherited this huge application consisting of client and server code, and I'm trying
I'm trying change an input mask for textbox when the the check box has
I´m trying to change a spring jsp example to use freemarker. I changed all
im trying to change font globally for whole application, the problem is, i am
I'm trying to change the width of a JQuery dialog after it has been
I'm trying to change a Button's Click property/event when a DataTrigger is triggered but
I am trying to change the Background Color of the ParentGrid when the child

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.