ALXSoft

Utilities, source code, examples for programmers on Visual C ++

Home
News
Forum
ALXGrid Control
Samples
Documentation
Download
alxBASE library
Samples
Documentation
Download
DBFRead utility
Download
DBFNavigator utility
Download
IDXView utility
Download
MDXView utility
Download
NDXView utility
Download
NTXView utility
Download
NSXView utility
Download
Links

Russian version

Documentation
Object model

Class list 

CDBFRecordset Class Members

Construction

Close() Closes the recordset.
Open() Open recordset.

Attributes

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.

Recordset Navigation Operations

GetAbsolutePosition() Returns the record number of a recordset objects current record.
Move() Positions the recordset to a specified number of records from the current record in either direction.
MoveFirst() Positions the current record on the first record in the recordset.
MoveLast() Positions the current record on the last record in the recordset.
MoveNext() Positions the current record on the next record in the recordset .
MovePrev() Positions the current record on the previous record in the recordset.
Seek() Locates the record in an indexed table-type recordset object that satisfies the specified criteria for the current index and makes that record the current record.
SetAbsolutePosition() Sets the record number of a recordset objects current record.

Other Recordset Operations

AttachIndexFile() Open index file.
DetachIndexFile() Closes the index file.
GetFieldCount() Returns a value that represents the number of fields in a recordset.
GetFieldValue() Returns the value of a field in a recordset.
GetIndexCount() Retrieves the number of indexes in a table underlying a recordset.

 

Alexey. E-mail: alxsoft@gazinter.net

Hosted by uCoz