嗨,我有以下连接字符串(从sql server的属性获取):
Data Source=(LocalDB)\v11.0;AttachDbFilename=C:\Users\myUser\Desktop\adoBanche\Banche\bin\Debug\banche.mdf;Integrated Security=True;Connect Timeout=30
我不明白什么意思超时= 30。有人可以解释什么意思?
解决方法
这是创建连接的超时时间,而不是通过该连接执行的命令的超时。
参见例如http://www.connectionstrings.com/all-sql-server-connection-string-keywords/(请注意,该属性为“连接超时”(或“连接超时”),而不仅仅是“超时”)