| 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
Returns information as to whether a recordset supports bookmarking (whether the GET-BOOKMARK and SET-BOOKMARK methods are available).
INVOKE RECORDSET-A "IS-BOOKMARKABLE" RETURNING BOOKMARKABLE.
RECORDSET-A [attribute:OBJECT REFERENCE FJDB-RECORDSET]
Specifies an object of the FJDB-RECORDSET class.
BOOKMARKABLE [attribute:FS9(9) COMP-5]
Returns a nonzero value if bookmarking is supported; if not, returns a value of 0.
The GET-BOOKMARK and SET-BOOKMARK methods cannot be used for these recordsets:
(1) A recordset having at least one field
name of the binary type, with a definition length of 32 KB or more, entered in the selection list in the SQL statement specified when the recordset was created and one that conforms to any of the following conditions:
(2) A recordset that has been created with the following options specified:
[If access is made to a local database]
FJDB-SCRSOPT-NOCACHE is specified, but FJDB-SCRSOPT-SCROLLABLECURSOR is not specified.
[If access is made to a remote database]
FJDB-SCRSOPT-FORWARDONLYCURSOR is specified, but FJDB-SCRSOPT-CACHE is not specified.
Contents
Index
![]()
|