Description |
Connection to an ODBC database |
---|---|
Type |
odbc |
Category |
Db |
Configuration
Name |
Description |
Type |
Mandatory |
Comment |
---|---|---|---|---|
ConnectionString |
The connection string to connect to the database |
string |
True |
|
{
"Name": "propilot",
"Type": "odbc",
"HealthCheck": true,
"Config": {
"ConnectionString": "DSN=MyConnection"
}
}