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 PHP API » SQL Anywhere PHP API 参考

 

sasql_stmt_errno

原型
int sasql_stmt_errno( sasql_stmt $stmt )
说明

返回最近使用指定的语句资源执行的语句函数的错误代码。

参数

$stmt   由 sasql_prepare 函数返回的预准备语句资源。

返回值

一个整数错误代码。有关错误代码的列表,请参见按 SQLCODE 排序的 SQL Anywhere 错误消息

相关函数