PHP » GoLang |
login |
register |
about
|
GoLang sqlsrv_next_result
request it (434)
GoLang replacement for PHP's sqlsrv_next_result
[edit | history]
sqlsrv_next_result(No version information available, might only be in Git) sqlsrv_next_result — Makes the next result of the specified statement active DescriptionMakes the next result of the specified statement active. Results include result sets, row counts, and output parameters. Parameters
Return Values
Returns Examples
Example #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 See Also
|
more
Recently updated
more
Most requested
more
Last requests
|