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_error

プロトタイプ
string sasql_stmt_error( sasql_stmt $stmt )
説明

指定された文リソースを使用して最後に実行された文関数のエラー・テキストを返します。

パラメータ

$stmt   sasql_prepare 関数によって返された準備文リソース。

戻り値

エラーが記述された文字列。エラー・メッセージのリストについては、SQL Anywhere のエラー・メッセージを参照してください。

関連する関数