revdb_rollback | |||||||
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: revert, revRollBackDatabase, revCloseDatabase, revCommitDatabase Glossary: return, database, execute, Standalone Application Settings, function call, standalone application, command, LiveCode custom library Library: Database library | ||||||
Security | disk, network | ||||||
Description | Use the revdb_rollback function to discard changes to a database. Evaluating the revdb_rollback function has the same effect as executing the revRollBackDatabase command. The only difference is that one is a function call and the other is a command.
| ||||||
Tags | database |