| 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
FJDB-RECORDSET-class
INVOKE RECORDSET-A "SET-BOOKMARK" USING BOOKMARK RETURNING RET-CODE.
RECORDSET-A [attribute:OBJECT REFERENCE FJDB-RECORDSET]
Specifies an object of the FJDB-RECORDSET class.
BOOKMARK [attribute:S9(9) COMP-5]
Specifies a bookmark, which is obtained by issuing a GET-BOOKMARK method.
RET-CODE [attribute:FS9(9) COMP-5]
Returns a value of 0 if the method ends normally; otherwise, returns an error code.
When a bookmarked row is deleted, the bookmark setting is canceled.
If a SET-BOOKMARK method is issued to a recordset that does not support bookmarking, an error will be returned upon issuance.iSee IS-BOOKMARKABLE method about condition that the SET-BOOKMARK method cannot be used for the recordsets.j
Contents
Index
![]()
|