ifx_errormsg

ifx_errormsg -- 直近の Informix コールのエラーメッセージを返す

説明

string ifx_errormsg(int [errorcode]);

直近の Informix エラーに関する Informix エラーメッセージ、または、 オプションの "errorcode" パラメータが指定された 場合、"errorcode" に対応するエラーメッセージ が返されます。

ifx_error も参照下さい。


printf("%s\n<br>", ifx_errormsg(-201));