UltraLite ActiveX User's Guide
UltraLite ActiveX API Reference
ULResultSet class
Prototype | Description |
---|---|
BOF As Boolean (read-only) | Indicates whether the current row position is before the first row. Returns True if the current row position is before the first row, otherwise false. |
EOF As Boolean (read-only) | Indicates whether the current row position is after the last row. EOF is true if beyond the last row, otherwise false. |
IsNull(columnID As Long) As Boolean (read-only) | Indicates whether the value from the specified column is SQL NULL. True if the column is null, else, IsNull is false. |
RowCount As Long (read-only) | The number of rows in the result set. |
Schema As ULResultSetSchema (read-only) | The schema description for this result set. |
Value(columnID As Long) (read-only) | The value of the given column |