dbsetlogintime

Description

Set the number of seconds that DB-Library waits for a server response to a request for a DBPROCESS connection.

Syntax

RETCODE dbsetlogintime(seconds)
 
int           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.

Usage

See also

dberrhandle, dbsettime