revCloseCursor | |||||||
Type | command | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | database library | ||||||
Summary | Closes a redcord set|record set (database cursor). | ||||||
Introduced | 2.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Values |
| ||||||
Related | Command: revCloseDatabase Function: revDatabaseCursors, revdb_disconnect, revQueryDatabase, revDataFromQuery, revdb_closecursor Glossary: Standalone Application Settings, database, standalone application, record set, command, LiveCode custom library Library: Database library | ||||||
Security | disk, network | ||||||
Description | Use the revCloseCursor command to clean up after using a record set in a database. All open record sets are closed automatically when the database they are associated with is closed. However, it is recommended practice to explicitly close record sets when your stack is finished with them.
| ||||||
Tags | database |