AdsClearSQLAbortFunc

Advantage Client Engine

Clears the SQL abort callback function registered using AdsRegisterSQLAbortFunc.

Note This API still functions as before, but is now obsolete. It is suggested that you use AdsRegisterCallbackFunction and AdsClearCallbackFunction instead, as they work better with threads and have more complete functionality.

Syntax

UNSIGNED32 AdsClearSQLAbortFunc();

Parameters

None.

Remarks

AdsClearSQLAbortFunc will cause the Advantage Client Engine to stop calling the registered callback function. The SQL abort callback function is used to abort an SQL query.

See Also

AdsRegisterSQLAbortFunc