AdoServer:Requery()

<< Click to Display Table of Contents >>

Navigation:  Dataservers > AdoServer Class >

AdoServer:Requery()

Previous pageReturn to chapter overviewNext page

Purpose

Updates the data in the Server by re-executing the query on which the object is based.

 

Prototype

METHOD Requery ( lOptions ) CLASS AdoServer

 

Argument(s)

lOptions        (Optional) A bitmask that contains an ExecuteOptionEnum value affecting this operation.

 

 

The server will send a NOTIFYINTENTTOMOVE before the operation and a NOTIFYFILECHANGE after the operation.

 

Return

LOGIC        Was requery succesfull

 

See Also

AdoServer, AdoExecuteOptionEnum