AdoServer:Refresh()

<< Click to Display Table of Contents >>

Navigation:  Dataservers > AdoServer Class >

AdoServer:Refresh()

Previous pageReturn to chapter overviewNext page

Purpose

Reread the current record from the database, discarding any changes that have been made. If an append is active the append will be cancelled as well and the previous record position will be restored.

 

Prototype

METHOD Refresh ( ) CLASS AdoServer

 

Return

LOGIC        TRUE when the record was refreshed succesfully

 

The server will send a a NOTIFYFILECHANGE after the operation.

 

See Also

AdoServer