AdoServer:Update()

<< Click to Display Table of Contents >>

Navigation:  Dataservers > AdoServer Class >

AdoServer:Update()

Previous pageReturn to chapter overviewNext page

Purpose

Write all changes to the current record to disk

 

Prototype

METHOD Update   CLASS AdoServer

 

Return

LOGIC        TRUE if successful; otherwise, FALSE.

 

Description

This method is identical to the AdoServer:Commit() method

 

See Also

AdoServer, AdoServer:Commit()