AdoServer:RecordSet

<< Click to Display Table of Contents >>

Navigation:  Dataservers > AdoServer Class > Properties >

AdoServer:RecordSet

Previous pageReturn to chapter overviewNext page

Purpose

Object reference to the underlying AdoRecordSet object

 

Prototype

PROPERTY RecordSet AS AdoRecordSet

 

Data Type

 

OBJECT        Reference to the underlying AdoRecordSet object

 

Argument(s)

oNewRs        New 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.

 

 

Note        Technically it is possible to bind the server to a recordset with a different column layout. When you are using the server in combination with DataWindows, DataBrowsers etc. this may not be such a good idea, because these objects may get confused if you change the column layout of the server !

 

See Also

AdoServer, AdoRecordSet, AdoServer:SetRecordSet()