Purpose
Returns or assigns an integer value indicating whether the statement can use bookmarks.
Note
To use bookmarks with a cursor, the application must specify this option before opening the cursor.
Syntax
DBStatement.UseBookmarks [= Constant]
Constant |
Possible values: |
|
SQL_UB_OFF |
Off. This is the default. |
|
SQL_UB_ON |
On |
|
SQL_UB_DEFAULT |
Off |
|