Product Documentation

FairCom Direct SQL for C and C++

Previous Topic

Next Topic

ctsqlGetTimeout

Declaration

INTEGER ctsqlDECL ctsqlGetTimeout(pCTSQLCMD hCmd);

Description

ctsqlGetTimeout() retrieves the time-out value associated with the command handle.

  • hCmd a valid command handle.

FairCom DB SQL supports a time-out option for executing a query. This feature can ensure that an unintended query statement does not consume excessive processing time of FairCom DB SQL.

Return Values

ctsqlGetTimeout() returns the time-out value. A return value of zero indicate that the execution will not time-out.

See Also

ctsqlSetTimeout()

TOCIndex