BOR | Checks if the record cursor is on the first record. | 
  CacheSize | The number of records in the recordset that are cached locally in memory. | 
  ColCount | Gets the number of columns in the current Recordset object. | 
  ColIndex | Gets the index (zero-based) of a Recordset column specified by column name. | 
  ColName | The name of the Recordset column specified by Index (zero-based). | 
  ColSize | The physical size as defined in the database of the fields in the column specified by Index (zero-based). | 
  ColType | The data type of column. | 
  EOR | Checks if the record cursor is after the last record. | 
  FieldValue | The value for the specified field. | 
  Position | The current record position (0-based). | 
  RecordCount | The number of records in the Recordset. |