BBjRecordSet::setCurrentRecordData
Description
In BBj 4.0 and higher, this method sets the BBjRecordData buffer for a BBjRecordSet.
Syntax
Return Value |
Method |
---|---|
void |
setCurrentRecordData(BBjRecordData recordData) |
Parameters
Variable |
Description |
---|---|
recordData |
Specifies a BBjRecordData object. |
Return Value
None.
Remarks
This method updates an in-memory record buffer. To write the record to disk, use BBjRecordSet::update to update an existing record or BBjRecordSet::insert to create a new record.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.