Hi,
maybe this is a silly question, but how do i change the _mssql module property "login_timeout"?
_mssql.login_timeout = 3
before next line results in no different (default timeout) behavior of
dbc = _mssql.connect(...)
Thanks & regards,
Goesta
If you're on Linux, older versions of FreeTDS didn't implement timeouts, so it is void for them. See the FreeTDS website for further details.
Log in to post a comment.
Hi,
maybe this is a silly question, but how do i change the _mssql module property "login_timeout"?
_mssql.login_timeout = 3
before next line results in no different (default timeout) behavior of
dbc = _mssql.connect(...)
Thanks & regards,
Goesta
If you're on Linux, older versions of FreeTDS didn't implement timeouts, so it is void for them. See the FreeTDS website for further details.