| DB Access Class Library for COBOL V1.0 API Reference - Microsoft(R) Windows(R) - - Microsoft(R) Windows NT(R) - - Microsoft(R) Windows(R) 2000 - |
Contents
Index
![]()
|
Chapter 6 DB Access Library API Reference
6.2 Methods
Allows the data buffer for a row of a recordset being edited to be reflected in the database.
INVOKE RECORDSET-A "UPDATE-RECORD" RETURNING RET-CODE.
RECORDSET-A [attribute:OBJECT REFERENCE FJDB-RECORDSET]
Specifies an object of the FJDB-RECORDSET class.
RET-CODE [attribute:S9(9) COMP-5]
Returns a value of 0 if the method ends normally; otherwise, returns an error code.
The UPDATE-RECORD method commits a transaction in the database when it enters automatic transaction mode following the completion of a data update to a row of a recordset by an ADD-NEW-RECORD or EDIT-RECORD method.
Contents
Index
![]()
|