revOpenDatabases | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Synonyms | revdb_connections | ||||||
Associations | database library | ||||||
Summary | |||||||
Introduced | 1.1 | ||||||
Changes | The revOpenDatabases synonym was added in version 2.0. | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: string Control Structure: function, repeat Function: revDatabaseConnectResult, revOpenDatabase, revDatabaseType Library: Database library Glossary: LiveCode custom library, Standalone Application Settings, database, loop, return, standalone application, command | ||||||
Security | disk, network | ||||||
Description | Use the revOpenDatabases function to find out how many databases are open, or in a repeat loop to access all the open databases in turn. The database ID returned by the revOpenDatabases function is the same as the number returned by the revOpenDatabase function when the database was opened. If the operation is not successful, the revOpenDatabases function returns an error message that begins with the string "revdberr".
| ||||||
Tags | database |