A list of products available on this site
Documentation for XtraMania's xtras
Prices and links to the online store
Xtras, PDFs, samples
Have a question? Ask us!
Contacts
Logo. www.xtramaina.com  
Home Search E-mail
ADOxtra Reference/rst.Requery()

bSuccess=rst.Requery(options)

Syntax

bSuccess=rst.Requery(options)

Parameters

options
Optional. Integer value that indicates how the provider should evaluate the source argument. It may be a bitmask of one or more of the CommandTypeEnum or ExecuteOptionEnum values.

Returns

True (1) if function completed successfully, false (0) otherwise.

Description

Calls the Requery() method of the wrapped ADODB.Recordset object. Use the Requery method to refresh the entire contents of a Recordset object from the data source by reissuing the original command and retrieving the data a second time. Calling this method is equivalent to calling the Close and Open methods in succession. If you are editing the current record or adding a new record, an error occurs.

Site homeSearchContact author © Eugene Shoustrov. www.xtramania.com