revdb_disconnect | |||||||
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: revCloseCursor, revCloseDatabase Glossary: Standalone Application Settings, database, command, standalone application, execute, function call, LiveCode custom library Library: Database library | ||||||
Security | disk, network | ||||||
Description | Use the revdb_disconnect function to cleanly log off from a database. Evaluating the revdb_disconnect function has the same effect as executing the revCloseDatabase command. The only difference is that one is a function call and the other is a command.
| ||||||
Tags | database |