How to use the SQL Server connection type
The SQL Server connection type is a protocol used to establish a connection between a client application and a SQL Server database.
- From the Configuration menu on the left, select Data Connections.
- Click (Add Connection) to open the Connection window.
- Enter a connection name and description for the SQL Server connection. This helps you identify the data connection if you connect to more than one database.
- Select SQL Server as the connection type.
- Enter a username and password for the SQL Server.
- Enter the parameters that specifies the information necessary for a client application to connect to a SQL Server database in the Connection String field.
- Click Test Connection to ensure your settings are correct.
- Click Save when you've completed your changes.