![]() | Configure a predefined SQL connection. |
| Home | Contact | Site Map | |
USER GUIDE
| The Predefined SQL Connection PageThis page allows you to configure an SQL connection. GeneralConnection TypeSelect the SQL database server type you want to connect to. The following SQL servers are available:
Connection ModeYou can connect to the SQL server through an:
ODBC Driver/Data SourceSpecify the ODBC Driver or Data Source Name. Use the button to insert reference to a property.
ServerSpecify the server host name. Use the button to insert reference to a property.
PortSpecify the connection port. Use the button to insert reference to a property. Login timeoutSet the login timeout interval (in seconds) for this database connection. A value of "0" (zero) means the login timeout is disabled, and the connection will wait indefinitely for a server response. The range tolerance for this value is dependent on the specific ODBC driver used and its standard compliance / implementation. Verbose ModeWhen using the verbose mode for an SQL connection, if an error occurs when connecting or during the execution of one of its SQL scripts, a dialog box will be shown containing the ODBC error response. AuthenticationTrusted ConnectionEnable this option if you wish an SQL connection to use Windows integrated authentication system. When using a trusted connection the credentials of the current user are used.
UsernameUser name for the database server. PasswordUser password for the database server.
Confirm PasswordConfirm user password.
PropertyProperty used if you want that password to be set at install time by the user. Use the button to select it. CatalogueDatabaseSpecify the name of the database you want to use. If the database doesn't exists you have the option to create it.
When you connect through a Data Source the following attributes have to be configured in the ODBC Data Source:
All this information can be collected with the Advanced Installer MSI dialog "SQLConnectionDlg". You can add this dialog from the Dialog Editor view and customize it, or you can create your own. When using a MSI dialog to collect the data, in the formatted edit fields: ODBC Driver/Data Source, Server, Port, Username, Password, Database insert references to those respective Windows Installer properties associated with the MSI dialog edit controls.
|
