GetCurrentIndex() |
Returns a CString containing the name of the index most recently
used on an indexed, table-type CDBFRecordset. |
GetDateCreated() |
Returns the date and time the base table underlying a CDBFRecordset
object was created |
GetDateLastUpdated() |
Returns the date and time of the most recent change of a table underlying
a CDBFRecordset object. |
GetName() |
Returns a CString containing the name of the recordset. |
GetRecordCount() |
Returns the number of records accessed in a recordset object. |
IsBOF() |
Returns nonzero if the recordset has been positioned before the first
record. There is no current record. |
IsDeleted() |
Returns nonzero if the recordset is positioned on a deleted record. |
IsEOF() |
Returns nonzero if the recordset has been positioned after the last
record. There is no current record. |
IsOpen() |
Returns nonzero if Open() has been called
previously. |
SetCurrentIndex() |
Called to set an index on a table-type recordset. |