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 » ULTable class

 

insertBegin method

Prepares to insert a new row into this table by setting all current column values to their default values.

Syntax
insertBegin( )
Remarks

Call the appropriate setType method(s) to specify the non-default values that are to be inserted.

The row is not actually inserted and the data in the row is not actually changed until you execute the insert method, and that change is not permanent until it is committed.