AdsClearAOF

Advantage Client Engine

Deactivates the AOF and releases all resources associated with it

Syntax

UNSIGNED32

AdsClearAOF ( ADSHANDLE hTable );

Parameters

hTable (I)

Handle of a table or cursor with an AOF to clear.

Special Return Codes

AE_NO_FILTER

No filter can be cleared or retrieved because no filter was set.

Remarks

The AdsClearAOF function deactivates the AOF and releases all resources associated with it on both the client and the server. Also note that when a table is closed, any AOF associated with it is automatically cleared as well.

For more information, see Advantage Optimized Filters.

Example

Click Here

See Also

AdsSetAOF