| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
sqlsrv_next_result(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう) sqlsrv_next_result — Makes the next result of the specified statement active 説明Makes the next result of the specified statement active. Results include result sets, row counts, and output parameters. パラメータ
返り値
Returns 例
例1 sqlsrv_next_result() example The following example executes a batch query that inserts into a table and then selects from the table. This produces two results on the statement: one for the rows affected by the INSERT and one for the rows returned by the SELECT. To get to the rows returned by the SELECT, sqlsrv_next_result() must be called to move past the first result.
<?php 参考
|
![]() |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「sqlsrv_next_result - Makes the next result of the specified statement active」をGoogle検索
|