<< Click to Display Table of Contents >> AdoServer:GoBottom() |
![]() ![]() ![]() |
Position the data server at the last record.
METHOD GoBottom ( ) CLASS AdoServer
Return
LOGIC TRUE if successful, FALSE otherwise
This operation can fail under the following conditions:
•The recordset is opened in AdOpenForwardOnly mode
•One of the clients returns FALSE on the NotifyIntentToMove
•There was an error saving the changes to the current record
•There are no records in the recordset
•The recordset:MoveLast() returns an error
The server will send a NOTIFYINTENTTOMOVE before the operation and a NOTIFYGOBOTTOM after the operation.