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 参考 » 嵌入式 SQL API 参考

 

ULGetErrorParameterCount 函数

获取错误参数的数量计数。

语法
ul_u_long ULGetErrorParameterCount (
SQLCA * sqlca
);
参数

sqlca   指向 SQLCA 的指针。

返回值

此函数返回错误参数的数目。除非结果为 0,否则此结果中从 1 开始的值可用于调用 ULGetErrorParameter 来检索对应的错误参数值。

另请参见