DBCreator.UpdateFinish
Description
Description
Should be called to finalize record's update
Syntax
Syntax
Function UpdateFinish
Parameters
Parameters
none
Return value
Return value
none
Example
Sample code
DB.TransactionStart()
Do
DB.UpdateStart()
DB.SetCellNull "Field1"
DB.UpdateFinish()
Loop While( DB.GoNext() )
DB.TransactionFinish()
End If
See also