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

SQL Anywhere 11.0.1 (日本語) » Ultra Light - C/C++ プログラミング » API リファレンス » Embedded SQL API リファレンス

 

ULGetErrorParameterCount 関数

エラー・パラメータの数を取得します。

構文
ul_u_long ULGetErrorParameterCount (
SQLCA * sqlca
);
パラメータ

sqlca   SQLCA へのポインタ。

戻り値

この関数は、エラー・パラメータの数を返します。結果が 0 の場合を除き、1 からこの戻り値までの値を使用して、ULGetErrorParameter を呼び出し、対応するエラー・パラメータ値を取得できます。

参照