Skip to content

Commit 088cd0c

Browse files
Use sql native client 11 in the ref config
1 parent 6ea2671 commit 088cd0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cf_mssql_broker_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"brokerMssqlConnection": {
3333
"server": "localhost\\sqlexpress",
3434
"database": "master",
35-
"driver": "sql server",
35+
"driver": "{SQL Server Native Client 11.0}",
3636
"trusted_connection": "yes"
3737
},
3838

cf_mssql_broker_tcpodbc_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
"brokerGoSqlDriver": "odbc",
3232
"brokerMssqlConnection": {
33-
"driver": "sql server",
33+
"driver": "{SQL Server Native Client 11.0}",
3434
"server": "127.0.0.1,38017",
3535
"database": "master",
3636
"uid": "sa",

0 commit comments

Comments
 (0)