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 - C and C++ Programming » API Reference » UltraLite C++ API reference » UltraLite_Table_iface class

 

InsertBegin function

Selects insert mode for setting columns.

Syntax
bool UltraLite_Table_iface::InsertBegin()
Remarks

All columns may be modified in this mode. If this table has been opened without an index, then the data is considered read only and rows cannot be inserted.