AdoServer:BookMark Access

<< Click to Display Table of Contents >>

Navigation:  Dataservers > AdoServer Class >

AdoServer:BookMark Access

Previous pageReturn to chapter overviewNext page

 

Purpose

 

A bookmark that Uniquely identifies a particular record in a Recordset

 

Prototype

 

ACCESS BookMark CLASS AdoServer

 

Return

 

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, AdoServer:BookMark