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 リファレンス

 

ULGetErrorParameter 関数

序数によりエラー・パラメータを取得します。

構文
size_t ULGetErrorParameter (
SQLCA * sqlca,
ul_u_long parm_num,
ul_char * buffer,
size_t size
);
パラメータ

sqlca   SQLCA へのポインタ。

parm_num   序数のパラメータ番号。

buffer   エラー・パラメータを格納するバッファへのポインタ。

size   バッファのサイズ (バイト数)。

戻り値

この関数は、指定されたバッファにコピーされる文字数を返します。

参照