Icon TAbortAction

Unit: dbisamtb

TAbortAction = (aaContinue,aaRetry,aaAbort)

This type is used as a parameter to the TDBISAMQuery OnQueryError event to determine whether the application wishes to continue with the next SQL statement in the current SQL script (if one is present), wishes to abort the current SQL script or single statement, or wishes to retry the current SQL statement.

ElementDescription
aaAbortIndicates the application wishes to abort the current action and stop what it is doing without issuing an error message.
aaContinueIndicates the application wishes to continue on and skip the current error.
aaRetryIndicates the application wishes to retry the current action.
Image