Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » UltraLite - M-Business Anywhere Programming » UltraLite for M-Business Anywhere API reference » ResultSet class

 

updateBegin method

Prepares to update the current row in this result set.

Syntax
updateBegin()
Remarks

Column values are modified by calling the appropriate setType method or methods.

The data is not actually changed until you execute the update, and that change is not permanent until it is committed.