SqlSetLoginTime%

Sets the number of seconds that DB-Library for Visual Basic waits for SQL Server to respond to a connection request from SqlOpen%.

Syntax

SqlSetLoginTime% ( timeout% )

where

timeout%
Is the number of seconds that DB-Library for Visual Basic waits for a login response. A timeout% value of 0 represents an infinite period. The default timeout% value is 60 seconds.

Returns

SUCCEED (1) or FAIL (0).

See Also

SqlSetTime%