Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
bool sasql_next_result( sasql_conn $conn )
$conn で実行された最後のクエリの次の結果セットを準備します。
$conn 接続関数から返される接続リソース。
取り出す結果セットが他にない場合は FALSE。取り出す結果セットが別にある場合は TRUE。sasql_use_result または sasql_store_result を呼び出して、次の結果セットを取り出します。