The Connection string entry is used to connect to databases, typically through scripting. Since the connection string must be manually entered based on the provider, this entry serves to securely store the necessary connection details. It also simplifies reuse by allowing quick access and copy actions directly from the entry.

| SETTINGS | DESCRIPTIONS |
|---|---|
| Data source | Specifies the type of database you’re connecting to. |
| Data provider | Defines the data provider that will be used for the connection. |
| Connection string | Selects the … to open the Connection properties window. It allows you to configure and test a connection to a database, including settings such as data source, provider, timeout, host, and credentials. |
| Host | Host name of the database. |
| Username | Username used to authenticate to the host. |
| Password | Password used to authenticate to the host. |