ADSSetAOF()

Create an Advantage Optimized Filter

Syntax

ADSSetAOF( <cFilter> [, <nResolveOption>] ) --> lSuccess

Arguments

<cFilter> Filter expression to set.

<nResolveOption> Option to indicate how the filter should be resolved in the event that the expression cannot be fully optimized. Options are defined in ads.ch: ADS_RESOLVE_IMMEDIATE, ADS_RESOLVE_DYNAMIC.

Returns

<lSuccess> True if AOF is created.

Description

See ACE.HLP for full details about the Advantage Database Server.

Status

Ready

Compliance

Harbour extension

Platforms

Windows 32-bit

Files

Library is RddAds Header is ads.ch

See Also