home *** CD-ROM | disk | FTP | other *** search
-
- 1 Version 4.0 -- 5/1/89 dbsetlogintime
- ______________________________________________________________________
-
- NAME: dbsetlogintime
-
- FUNCTION:
- Set the number of seconds that DB-Library waits for a SQL Server
- response to a request for a DBPROCESS connection.
-
- SYNTAX:
- RETCODE dbsetlogintime(seconds)
-
- int seconds;
-
- COMMENTS:
-
-
-
-
-
-
-
- dbsetlogintime Version 4.0 -- 5/1/89 2
- ______________________________________________________________________
-
- o This routine sets the length of time in seconds that DB-Library
- will wait for a login response after calling dbopen(). The
- default timeout value is 60 seconds.
-
- PARAMETERS:
- seconds - The timeout value-the number of seconds that
- DB-Library waits for a login response before timing out. A
- timeout value of 0 represents an infinite timeout period.
-
- RETURNS:
- SUCCEED or FAIL.
-
- SEE ALSO:
- dberrhandle, dbsettime
-
-
-
-
-