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.Close()

rst.Close()

Syntax

bSuccess=rst.Close()

Returns

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

Description

Calls the Close() method of the wrapped ADODB.Recordset object. Use the Close method to close a Recordset to free any associated system resources. Closing an object does not remove it from memory; you can change its property settings and open it again later. To completely eliminate an object from memory, set the object variable to VOID after closing the object.
If an edit is in progress while in immediate update mode, calling the Close method generates an error; instead, call the Update or CancelUpdate method first. If you close the Recordset object while in batch update mode, all changes since the last UpdateBatch call are lost.

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