AdoServer:RecordSet Access

<< Click to Display Table of Contents >>

Navigation:  Dataservers > AdoServer Class >

AdoServer:RecordSet Access

Previous pageReturn to chapter overviewNext page

Purpose

Object reference to the underlying AdoRecordSet object

 

Prototype

ACCESS RecordSet CLASS AdoServer

 

Return

OBJECT        Reference to the underlying AdoRecordSet object

 

Description

The Adoserver Object uses a AdoRecordSet Object to do the real work.

Please be careful when using this AdoRecordSet object. If you have to move the record pointer, move it back to where it was after you are finished, or else the Server object may get 'confused'.

If you are changing much in the RecordSet you may call the AdoServer:SetRecordSet method. This will reset the server, and will use the changed recordset.

 

See Also

AdoServer, AdoRecordSet, AdoServer:RecordSet, AdoServer:SetRecordSet()