AdoServer:BookMark

<< Click to Display Table of Contents >>

Navigation:  Dataservers > AdoServer Class > Properties >

AdoServer:BookMark

Previous pageReturn to chapter overviewNext page

Purpose

A bookmark that Uniquely identifies a particular record in a Recordset

 

Prototype

 

PROPERTY BookMark 

 

 

Data Type

 

USUAL        Bookmark

 

Description

 

Some providers may return a Bookmark object, others may return for example a numerical value.

 

Example(s)

 

// Save the bookmark to the current record 

uBm := AdoServer:BookMark 

// 

// Do some operations that move the record pointer 

// 

// Restore record position 

AdoServer:BookMark := uBm  

 

See Also

AdoServer