AdsTableOptions.AdsRightsCheck

AdsTableOptions

Advantage TDataSet Descendant

Indicates if the Advantage Database Server should perform network operating system access rights checking during file opens for free connections.

Syntax

property AdsTableOptions.AdsRightsCheck;

Description

Indicates if the Advantage Database Server should perform network operating system access rights checking during file opens for free connections. Options are True and False. If True is given, the Advantage Database Server will respect the network operating system access rights of the connected user when creating and opening the file. If the user does not have rights to the directory or server, then the operation will fail. If AdsRightsCheck is False, the Advantage Database Server will ignore the connected user’s network operating system access rights. This allows an application developer to allow only Advantage-based applications to access specific data. See Database Security for more information on rights checking.

AdsRightsCheck is ignored when used with Advantage Local Server. AdsRightsCheck is effectively treated as if it is set to True.

AdsRightsCheck is ignored with database connections. User Account database security is used for database connections. See the "Flexible User Access Control" section in Advantage Data Dictionary for more information.