BBjRecordSet::update
Description
In BBj 4.0 and higher, this method writes an updated BBjRecordData buffer to the source.
Syntax
Return Value |
Method |
---|---|
void |
update(BBjRecordData recordData) |
Parameters
Variable |
Description |
---|---|
recordData |
Specifies a BBjRecordData object. |
Return Value
None.
Remarks
Use this method to update an existing record to the recordset. Attempting to update a record that does not already exist in the recordset generates an error. To add a new record, use BBjRecordSet::insert.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.