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 来检索下一结果集。