Initial commit: Ignition 8.3.3 gateway config and watermeter project
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"classname": "com.microsoft.sqlserver.jdbc.SQLServerDriver",
|
||||
"defaultPropInstructions": "Use \u003ci\u003edatabaseName\u003dYOUR_DATABASE\u003c/i\u003e to specify the database to connect to.",
|
||||
"defaultProps": "databaseName\u003dtest",
|
||||
"defaultTranslator": "MSSQL",
|
||||
"defaultValidationQuery": "SELECT 1",
|
||||
"type": "MSSQL",
|
||||
"urlFormat": "jdbc:sqlserver://localhost\\MSSQLSERVER",
|
||||
"urlInstructions": "\u003cbr/\u003eThe format of the SQL Server connect URL is:\u003cbr/\u003e\u003ccode\u003ejdbc:sqlserver://\u003cb\u003ehost\u003c/b\u003e\\\u003cb\u003einstanceName\u003c/b\u003e[:\u003cb\u003eport\u003c/b\u003e]\u003c/code\u003e\u003cbr/\u003eWith the three parameters (in bold) \u003cul style\u003d\"list-style-type:none;margin-left:10px;\"\u003e\u003cli\u003e\u003cb\u003ehost\u003c/b\u003e: The host name or IP address of the database server.\u003c/li\u003e\u003cli\u003e\u003cb\u003einstanceName\u003c/b\u003e: (optional) the instance to connect to on the host. If not specified, a connection to the default instance is made.\u003c/li\u003e\u003cli\u003e\u003cb\u003eport\u003c/b\u003e: (optional) the port to connect to. The default is \u003cb\u003e1433\u003c/b\u003e. If you are using the default, you can omit the port and the preceding \u0027:\u0027.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor SQL Server, you specify the \u003ci\u003edatabase name\u003c/i\u003e to connect to using the \u003ccode\u003edatabaseName\u003c/code\u003e property in the \u003ci\u003eExtra Connection Properties\u003c/i\u003e."
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"scope": "A",
|
||||
"description": "The Microsoft SQL Server JDBC Driver is a Java Database Connectivity (JDBC) 4.2 compliant driver.",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"config.json",
|
||||
"mssql-jdbc-9.4.0.jre11.jar"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "8.3-migration",
|
||||
"timestamp": "2026-02-19T15:42:12Z"
|
||||
},
|
||||
"uuid": "e3686710-5000-4320-bc13-029823b8864e",
|
||||
"lastModificationSignature": "351ae551732a66abf2fcc9b5f77112066a561bf76d920b8af06ac418425d4ba0",
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user