IsResultSetAvailable (ODBCResultSet - LotusScript)
Indicates whether the execution of a query yielded any data.
Defined in
Syntax
flag% = odbcResultSet . IsResultSetAvailable
Return value
- True indicates that the result set has been retrieved with at least one row of data.
- False indicates that no result set is available.
Errors
Never executed successfully or result set closed (DBstsNOEX)