revdb_closecursor | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | database library | ||||||
Summary | |||||||
Introduced | 1.1 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Values |
| ||||||
Related | Control Structure: function Command: revCloseCursor Glossary: function call, Standalone Application Settings, command, standalone application, execute, record set, LiveCode custom library Library: Database library | ||||||
Security | disk, network | ||||||
Description | Use the revdb_closecursor function to clean up after using a record set. Evaluating the revdb_closecursor function has the same effect as executing the revCloseCursor command. The only difference is that one is a function call and the other is a command.
| ||||||
Tags | database |