SQL::ResultSet::NextResult()
Syntax
Result_Flag as L = <SQL::ResultSet>.NextResult()
|
Argument |
Description |
|
Result_Flag |
True (.T.) = there is another result set. False (.F.) = there was an error. NotFound means there was no result set. |
|
<SQL::ResultSet> |
A SQL::ResultSet object created with a DIM statement. |
Description
For databases that support returning more than one result set from a single SQL statement (or batch), the SQL::ResultSet.NextResult() method positions to the next SQL::ResultSet. The result set will be reinitialized and be positioned just prior to the first row in the next result set.
See Also
Supported By
Alpha Five Version 8 Enterprise Edition
Limitations
Desktop applications only.