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 类

 

Update 函数

更新当前行。

语法
bool UltraLite_Cursor_iface::Update()
注释

表必须处于更新模式,此操作才能成功。使用UpdateBegin 函数可切换到更新模式。