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

SQL Anywhere 10.0.1 » UltraLite - M-Business Anywhere Programming » UltraLite for M-Business Anywhere API Reference » ResultSet class

 update method Next Page

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.