Set the length of time that an operation will wait for a lock to become available. This ensures that every database operation will eventually return. Most operations will fail if a lock times out.
The single-user package does not support db_set_timeout or db_get_timeout. In the single-user library, this function will return DB_FAIL with the error code DB_ENOTIMPL.
|