Home > Net >  A list database query timeout and other normal
A list database query timeout and other normal

Time:12-24

System. Exception: V5.7.8.3 Error: MsSql Call Function: : ExeDataReader () : perform timeout expired, complete the operation has timed out or server response, before & lt; br/> MsSql. Sc_xinxiang. SQL: & lt; br/> Select * from top 1 [member_info] where membercode='d483d070 - aa8 a2b8-4 - a666 - b8e68d30336f' & lt; br/> ExeDataReader () : timeout expired, complete the operation has timed out or server response, before


Timeout, when performing a query in the query table is normal, this form is good and no move until set, such as ask bosses how to deal with,

CodePudding user response:

In the database to execute the query statement is no problem

CodePudding user response:

Using SQL monitoring tools to see if the program execution of SQL statements as expected, could it be some symbols are escaped modified, lead to perform the actual SQL statement is wrong.

CodePudding user response:

The machine test, or remote testing?

CodePudding user response:

MySqlConnection ConnectionTimeout, setting a try,
  •  Tags:  
  • C#
  • Related