Return the number of seconds that DB-Library will wait for a server response to a SQL command.
int DBGETTIME()
The timeout value—the number of seconds that DB-Library waits for a server response before timing out. A timeout value of 0 represents an infinite timeout period.
This routine returns the length of time in seconds that DB-Library will wait for a server response during calls to dbsqlexec, dbsqlok, dbresults, and dbnextrow. The default timeout value is 0, which represents an infinite timeout period.
The program can call dbsettime to change the timeout value.