revDatabaseConnectResult | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Synonyms | revdb_connectionerr | ||||||
Associations | database library | ||||||
Summary | |||||||
Introduced | 1.1 | ||||||
Changes | The revDatabaseConnectResult synonym was added in version 2.0. | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: string Glossary: Standalone Application Settings, database, standalone application, return, LiveCode custom library Command: revCloseDatabase Function: revQueryResult, revOpenDatabase, revOpenDatabases Library: Database library Control Structure: function | ||||||
Security | disk, network | ||||||
Description | Use the revDatabaseConnectResult function to check for successful completion of commands. If there were no errors on the specified database connection, the revDatabaseConnectResult function returns empty. Otherwise the revDatabaseConnectResult function returns the database specific error message for the most recent database operation that failed.
| ||||||
Tags | database |