Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Use sql native client 11 in the ref config
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanschneider committed May 21, 2015
1 parent 6ea2671 commit 088cd0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cf_mssql_broker_config.json
Expand Up @@ -32,7 +32,7 @@
"brokerMssqlConnection": {
"server": "localhost\\sqlexpress",
"database": "master",
"driver": "sql server",
"driver": "{SQL Server Native Client 11.0}",
"trusted_connection": "yes"
},

Expand Down
2 changes: 1 addition & 1 deletion cf_mssql_broker_tcpodbc_config.json
Expand Up @@ -30,7 +30,7 @@

"brokerGoSqlDriver": "odbc",
"brokerMssqlConnection": {
"driver": "sql server",
"driver": "{SQL Server Native Client 11.0}",
"server": "127.0.0.1,38017",
"database": "master",
"uid": "sa",
Expand Down

0 comments on commit 088cd0c

Please sign in to comment.