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 参考 » ULSqlcaBase 类

 

LastCodeOK 函数

测试上一操作的错误代码。

语法
bool ULSqlcaBase::LastCodeOK()
返回值
  • 如果 sqlcode 为 SQLE_NOERROR 或警告,则返回 TRUE。

  • 如果 sqlcode 指示错误,则返回 FALSE。