Xbasic

SQL Events

Description

Three SQL events are available when peforming create, update, and delete operations with Xbasic: UpdateBegin(), UpdateEnd(), UpdateProgress().

Function
Description
UpdateBegin()

Called when a batch of updates is about to be processed.

UpdateEnd()

Called at the end of processing.

UpdateProgress()

Called repeatedly as rows are processed.

See Also