Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
sasql_result sasql_store_result( sasql_conn $conn )
传输在将与 sasql_data_seek 函数配合使用的数据库连接 $conn 上所进行的最后一次查询的结果集。
$conn 由连接函数返回的连接资源。
FALSE(如果查询未返回结果对象)或结果集对象(包含所有行的结果)。该结果在客户端被高速缓存。