AdoServer:Commit()

<< Click to Display Table of Contents >>

Navigation:  Dataservers > AdoServer Class > Methods >

AdoServer:Commit()

Previous pageReturn to chapter overviewNext page

Purpose

Write all changes to the current record to disk

 

Prototype

METHOD Commit

 

 

Return

LOGIC        TRUE if successful; otherwise, FALSE.

 

 

Notifications

The Commit() method sends a NOTIFYRECORDCHANGE when the Commit fails. In that case the pending updates are cancelled.

 

See Also

AdoServer