ISecurityConnection.SingleUserMode

Syntax

SingleUserMode: Boolean;

Description

The SingleUserMode property returns whether single user mode is used in database server.

Comments

The property returns True if the connection is based on DBMS that does not support access permissions separation and security policy. In the current implementation this DBMS is SQLite.

The property returns False for all other types of DBMS.

See also:

ISecurityConnection