AdsApplicationExit

Advantage Client Engine

Closes all tables and cleans up all open Advantage connections

Syntax

UNSIGNED32

AdsApplicationExit ();

Parameters

None.

Remarks

AdsApplicationExit is used to ensure the Advantage Client Engine is unloaded completely and cleanly, and that all open indexes, tables, and connections are closed. Calling this function will roll back any open transactions.

Call AdsApplicationExit when exiting an application and all function calls into the Advantage Client Engine are complete.

Example

Click Here

See Also

AdsThreadExit