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 及 C++ 编程 » API 参考 » UltraLite C++ API 参考 » UltraLite_Cursor_iface 类

 

UpdateBegin 函数

选择用于设置列的更新模式。

语法
bool UltraLite_Cursor_iface::UpdateBegin()
注释

在更新模式下不能修改主键中的列。如果此游标是未使用索引打开的表,那么数据将视为只读并且无法修改。