revDatabaseCursors | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Synonyms | revdb_cursors | ||||||
Associations | database library | ||||||
Summary | Returns the record set IDs associated with a connection to a database. | ||||||
Introduced | 1.1 | ||||||
Changes | The revDatabaseCursors synonym was added in version 2.0. | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Values |
| ||||||
Related | Control Structure: function Command: revCloseCursor Glossary: Standalone Application Settings, database, standalone application, record set, return, LiveCode custom library Library: Database library | ||||||
Security | disk, network | ||||||
Description | Use the revDatabaseCursors function to perform an operation on each record set, or to find out how many record sets exist on a particular database connection. The record set IDs returned are those opened by the specified databaseID.
| ||||||
Tags | database |