ODBC Db Store
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 |
CODE
{
"Name": "propilot",
"Type": "odbc",
"HealthCheck": true,
"Config": {
"ConnectionString": "DSN=MyConnection"
}
}