revQueryResult | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Synonyms | revdb_cursorerr | ||||||
Associations | database library | ||||||
Summary | Returns the most recent error message associated with a record set (glossary). | ||||||
Introduced | 1.1 | ||||||
Changes | The revQueryResult 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, standalone application, record set, return, SQL, LiveCode custom library Command: revCommitDatabase Function: revdb_commit, revDatabaseConnectResult Library: Database library Control Structure: function | ||||||
Security | disk, network | ||||||
Description | Use the revQueryResult function to check for successful completion of SQL commands. If there were no errors associated with the specified record set, the revQueryResult function returns empty. If there was an error, then a database-specific string will be returned describing the error.
| ||||||
Tags | database |