Skip Headers

Oracle® Objects for OLE Developer's Guide
10g Release 1 (10.1)

Part Number B10118-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

Bookmark Property

See Also
Example
Applies To

OraDynaset

Description

Determines the current record of a recordset. Not available at design time and read/write at run time.

Usage

row_bookmark = oradynaset.Bookmark

oradynaset.Bookmark = row_bookmark

Remarks

The first form returns a bookmark for the current row. The second form repositions the bookmark to refer to a specific record within the dynaset.

Bookmarks exist only for the life of the dynaset and are specific to a particular dynaset (they cannot be shared among dynasets). (Note, however, that bookmarks of a dynaset and its clone are interchangeable.)

Before attempting to use bookmarks, check the Bookmarkable property of that dynaset to see if it supports bookmarks.

Data Type

The value is a string of binary data, but can be stored in a variable of String or Variant data type. The length of the string cannot be predicted, so do not use a fixed-length string.