Sets the connection-specific connection time-out in a LOGINREC structure.
RETCODE DBSETLTIME (
PLOGINREC ploginrec,
DWORD seconds);
seconds | Description |
---|---|
TIMEOUT_IGNORE | Use the global connection time-out set using dbsetlogintime. |
TIMEOUT_INFINITE | No time-out. |
TIMEOUT_MAXIMUM | Maximum DB-Library connection time-out. |
SUCCEED or FAIL.
The seconds value overrides the global time-out value set using dbsetlogintime or the default login time-out.
dblogin | dbsetlhost |
dbopen | dbsetlogintime |
dbsetlapp | dbsetluser |