Xbasic

UpdateEnd Function

Syntax

UpdateEnd( Context as P, TotalRowsUpdated as N )

Arguments

Context

The object on which the function is called (generally the connection or a result set).

TotalRowsUpdated

The number of rows successfully updated.

Description

AlphaDAO calls UpdateEnd()at the end of processing.

Limitations

Desktop applications only.

See Also