|
Is there any more detailed introduction, the connection string I used is like this:
"Driver = {SQL Server}; Server = 127.0.0.1,8000; Database = dataname; Uid = username; Pwd = password;"
I added CommandTimeout = 60; inside, there is nothing wrong, but it seems that sometimes it is not enough for 60 seconds to prompt a timeout |
|