Authentication
This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.
| Property | Description |
| AuthScheme | The authentication mechanism that the provider will use to authenticate with Informix. |
| Server | The name of the Informix server. |
| Port | The port used to connect to the server hosting the database. |
| User | A database user. |
| Password | The user's password. |
| Database | The name of the Informix database. |
| UseSSL | This field sets whether SSL is enabled. |
| AlternateServers | This property allows you to specify multiple servers in addition to the one configured in Server and Port . Specify both a server name and port; separate servers with a comma. |