Topic complex |
Table functions |
Function |
dbrights() |
Short |
Rights on an opened table |
Syntax |
DBRIGHTS(db : INTEGER ) : INTEGER |
Parameter |
db : table handle from OpenDB |
Return |
Rights that were set with OpenDB or ReOpenDB |
See also: |
|
Description |
DBRights() returns the current access permissions on the table db.
Attention: This function replaces FILEMODE().
|