Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - 编程 » SQL Anywhere 数据访问 API » SQL Anywhere C API 参考 » sacapi.h

 

sqlany_clear_error 函数

清除上次存储的错误代码。

语法
void sqlany_clear_error( a_sqlany_connection * conn )
参数
  • conn   从 sqlany_new_connection 返回的连接对象。

另请参见