odbc_next_result

(PHP 4 >= 4.0.5, PHP 5)

odbc_next_result --  Checks if multiple results are available

Description

bool odbc_next_result ( resource result_id )

警告

本函数暂无文档,仅有参数列表。


add a note add a note User Contributed Notes
mypsuedoemail at yahoo dot com
28-May-2006 08:06
This function works exactly like its equivalent Microsoft SQL Server function: mssql_next_result(). The information above is rather vague and a bit misleading, so refer to the mssql version of this function for details on to use it properly.

P.S. It works with stored procedures.
ryanphp at ryanjameson dot com
25-Jan-2002 10:08
Running this on a MS Access result set always seems to return false. It may have the same driver limitations as odbc_num_rows.