access( )
Topic group Related topics Example
Returns the access level of the current session for DBF table security.
Syntax
<oRef>.access( )
<oRef>
The session you want to test.
Property of
Session
Description
DBF table security is session-based. All queries assigned to the same session in their session property have the same access level.
access( ) returns a number from 0 to 8. 8 is the lowest level of access, 1 is the highest level of access, and 0 is returned if the session is not using DBF security.