How to avoid timeout expired?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nandadulal
    New Member
    • Jun 2010
    • 8

    How to avoid timeout expired?

    sir,


    How to avoid timeout expired!
    Actually when i click on start debugging my program stops
    at con.open()---show a message timeout expired.
  • ThatThatGuy
    Recognized Expert Contributor
    • Jul 2009
    • 453

    #2
    Originally posted by Nandadulal
    sir,


    How to avoid timeout expired!
    Actually when i click on start debugging my program stops
    at con.open()---show a message timeout expired.
    Increase the connection Timeout time by specifying it inside the connection string...
    Timeout=5000 (5 sec)

    Comment

    Working...