How do I increase the timeout period for my stored procedure call (see error)?

后端 未结 6 1050
时光取名叫无心
时光取名叫无心 2021-02-14 13:01
 Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
Description: An unhandled exception occurred during t         


        
6条回答
  •  借酒劲吻你
    2021-02-14 13:22

    Then add it in the connection string:

    server={servername};database={dbname};uid={username};pwd={password};Connect Timeout=600
    

提交回复
热议问题