LOTUS CONNECTORS
Represents the ODBC data access features for performing operations on a result set.
Properties
CacheLimit
Connection
CurrentRow
FetchBatchSize
MaxRows
Query
ReadOnly
TrimTrailingSpaces
Methods
AddRow
Close
DeleteRow
ExecProcedure
Execute
FieldExpectedDataType
FieldID
FieldInfo
FieldName
FieldNativeDataType
FieldSize
FirstRow
GetError
GetErrorMessage
GetExtendedErrorMessage
GetParameter
GetParameterName
GetRowStatus
GetValue
HasRowChanged
IsBeginOfData
IsEndOfData
IsResultSetAvailable
IsValueAltered
IsValueNull
LastRow
LocateRow
NextRow
NumColumns
NumParameters
NumRows
PrevRow
SetParameter
SetValue
UpdateRow
Creation and Access
To create a new ODBCResultSet object, use New:
Dim variableName As New ODBCResultSet
or
Set odbcResultSet = New ODBCResultSet
Example See Also