<< Click to Display Table of Contents >> AdoServer:RecordSet Access |
![]() ![]() ![]() |
Object reference to the underlying AdoRecordSet object
ACCESS RecordSet CLASS AdoServer
OBJECT Reference to the underlying AdoRecordSet object
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.
AdoServer, AdoRecordSet, AdoServer:RecordSet, AdoServer:SetRecordSet()