Appearance
Show Database Command
Shows a database command.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Read | All |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Command | string | Name of the command ([Command]). | yes |
Result
| Name | Type | Description |
|---|---|---|
| Kind | string | Kind of the command: Connect (e.g. 'Connect'), File (e.g. 'Delete File', Read (e.g. 'Consolidate Records'), System (e.g. 'Create Database') or Write (e.g. 'Update Records'). |
| Needed | string | Permission needed to run the command: Admin, Database, Designer, Import, Sys, SysTech or Uid. |
| Properties | string | Properties of the command: CloseConnection, DynamicFields, NoFields, NoParameters, VisualDatabaseParameters or VisualQueryParameters |
| Description | string | Description of the command. |
| DocumentationUrl | string | Shows the server version number, indicating when the command was added or deprecated. |
| VersionInfo | string | Shows the server version number, indicating when the command was added or deprecated. |
Code
text
SHOW DATABASE COMMAND
COMMAND=[string, Needed]