Returns all the permissions that apply to the current UserName property of the Document object, including permissions that are specific to the user as well as the permissions a user inherits from memberships in groups (Microsoft Jet workspaces only).
Syntax
LONGGetAllPermissions(VOID);
Remarks
The value(s) that may be returned are:
Constant | Description |
dbSecReadDef | The user can read the table definition, including column and index information. |
dbSecWriteDef | The user can modify or delete the table definition, including column and index information. |
dbSecRetrieveData | The user can retrieve data from the Document object. |
dbSecInsertData | The user can add records. |
dbSecReplaceData | The user can modify records. |
dbSecDeleteData | The user can delete records. |
In addition, any Document object in a Documents collection may include the following:
Constant | Description |
dbSecDeleteData | The user can delete records. |
dbSecDBAdmin | The user can replicate the database and change the database password. |
dbSecDBCreate | The user can create new databases. This setting is valid only on the Databases container in the workgroup information file (System.mdw). |
dbSecDBExclusive | The user has exclusive access to the database. |
dbSecDBOpen | The user can open the database. |