AdsGetExact

Advantage Client Engine

Retrieves the "exact" setting

Syntax

UNSIGNED32

AdsGetExact (UNSIGNED16 *pbExact);

Parameters

pbExact (O)

Return the current "exact" setting.

Remarks

AdsGetExact returns the global "exact" setting for the current application. The global "exact" setting is the default "exact" setting for any new connections. The "exact" setting affects how string comparisons are performed with the relational operators =, >, <, >=, and <=.

Example

Click Here

See Also

AdsSetExact

AdsSetFilter

AdsSetAOF

AdsGetExact22