SQLPassword

Examples


This setting allows you to define a default password to be used when logging into a data source using Dexterity’s predefined SQL Login window.

Syntax

SQLPassword = password

Parameters

password - The value that will appear in the password field of the Login window.

Comments

If this setting and the SQLDataSource and SQLUser settings (or the SQLLastDataSource and SQLLastUser settings) are all included in the defaults file with valid values, the Login window will be bypassed and the user will be connected to the default data source.

This setting can be used during the development phase of your application to bypass the Login window during testing. However, since including this setting will allow anyone using the client computer to gain access to the default data source, we recommended that you not use this setting in an application’s release version.


Documentation Feedback