ctsqlGetTimeout Declaration INTEGER ctsqlDECL ctsqlGetTimeout(pCTSQLCMD hCmd); Description ctsqlGetTimeout() retrieves the time-out value associated with the command handle.
c-treeACE 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 c-treeACE 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() |
|||