SQL Simple Properties

The following properties are available for SQL Simple objects, grouped by the categories shown in the authentication service editors.

Behavior

Property Type Default Description

AllowSharingViewsWithEveryone

bool

true

Controls whether the authenticated user is allowed to share saved views with everyone.

By default, the user is allowed to share saved views with everyone.

AllowStartupForUserWithoutCredentials

bool

true

Controls whether the application starts up when valid credentials are not provided.

MessageCaptionForUserWithoutCredentials

string

When valid credentials are not provided by a user, a MessageBox is optionally displayed. If MessageTextForUserWithoutCredentials is non-empty, the MessageCaptionForUserWithoutCredentials is used as the MessageBox caption.

MessageTextForUserWithoutCredentials

string

When valid credentials are not provided by a user, a MessageBox is optionally displayed. If MessageTextForUserWithoutCredentials is non-empty, a MessageBox is displayed and the MessageTextForUserWithoutCredentials is used as the MessageBox text.

SQL Connection

Property Type Default Description

SQLConnectionID

string

The SQL connection ID used to look up the connection metadata that defines the SQL connection settings.

SQLLoginServiceObjectTypeID

string

SQLLoginDialog

The object type ID of the login service that obtains the credentials used to sign on to the configured SQL connection.