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_next_result

プロトタイプ
bool sasql_next_result( sasql_conn $conn )
説明

$conn で実行された最後のクエリの次の結果セットを準備します。

パラメータ

$conn   接続関数から返される接続リソース。

戻り値

取り出す結果セットが他にない場合は FALSE。取り出す結果セットが別にある場合は TRUE。sasql_use_result または sasql_store_result を呼び出して、次の結果セットを取り出します。

関連する関数