Displays all the current database table handles open in KCML.
Value | Description |
---|---|
Handle Number | This is the internal KCML handle number. |
Type | This shows what type of database the handle is connected to. A type prefixed by '-' represents a temporary handle. |
Connection Number | This is the internal KCML connection number. |
Last Error | The last error to occur on this handle. |
Mode | (W)rite, (R)ead, e(X)clusive, (U)tility. Utility mode means unrestricted access. |
Record Length | Length of the record. |
User Path | - |
WCount | The amount of users that have the file open in write mode. The database can only be opened in exclusive mode if this count is zero. |
State | Closed, Opened, Prepared, Executed, Control, Failed |
Table Name | This is the name of the table to which the current handle is connected. |