ODBCResultSet (LotusScript)
Represents the ODBC data access features for performing operations on a result set.
Properties
Methods
Creation and Access
To create a new ODBCResultSet object, use New:
Dim variableName As New ODBCResultSet
or
Set odbcResultSet = New ODBCResultSet