Settings of Connection Properties
How do I open the Connection Properties dialog?
- On the main menu, clickFile > Connect.
The
Connection Properties
dialog defines the settings for how Application Code Manager
connects with the SQL Server
database. Use this
dialog to set the data source, the type of user authentication, to specify a different
database file, or to modify advanced security settings.This table describes the settings in the
Connection Properties
dialog.Setting | Description |
|---|---|
Data source | Database type. Always select Microsoft
SQL Server (SqlClient). |
Server name | Selects a computer name and SQL Server instance from the list
or type a computer name and SQL Server instance in the
following format:<Computer name> \ < SQL Server instance> |
Log on to the server | |
Use Windows Authentication | Allows SQL Server log on using Windows authentication. When
selected the logged on Windows user account credential will be sent to SQL Server to authenticate the session. |
Use SQL Server Authentication | Allows SQL Server log on using SQL Server
authentication. When selected, you must provide the username and password for the
SQL Server authentication.
|
Connect to a database | |
Select or enter a database name | Select a database name from the list or enter a database name. |
Attach a database file | When selected specify the identifiers for the database file. SQL Server database files have two names, the operating system
file name used to locate the database in the file system and the logical file name
used to identify the database within SQL Server
transactions.
|
Advanced | Select to configure advanced database properties. |
Test Connection | Tests the connection to the database. If a "Test connection succeeded." message is not returned, check that the following settings are correct:
|
Provide Feedback