Sets or returns a value that specifies the number of seconds to wait before a timeout error occurs when a query is executed on an ODBC data source.
Syntax
SHORTGetQueryTimeout(VOID);
VOIDSetQueryTimeout(SHORT s);
Set Parameters
Type | Description | |
SHORT | s | The number of seconds to wait. The default value is 60. |