Connection states
Connection states describe the status of a database connection.
List of available definitions
Name | Description |
---|---|
Unknown Error |
An unspecified error occurred during the connection attempt. |
Mismatching Encryption Key |
The encryption key used does not match the expected key for the connection. |
Login or Password invalid |
The provided login credentials (username or password) are incorrect. |
Connection String invalid |
The connection string format or content is incorrect, preventing the connection. |
Test Passed |
The connection test was successful, and the database is accessible. |