Skip to content

Commit

Permalink
correction on the SQLEXPRESS dsn string
Browse files Browse the repository at this point in the history
  • Loading branch information
llemeurfr authored Dec 1, 2022
1 parent 00f9d68 commit b2a80b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ Here are models for the database property (variables in curly brackets):
- MySQL: `mysql://{login}:{password}@/{dbname}?parseTime=true`
- MS SQL Server: `mssql://server={server-address};user id={login};password={password};database={dbname}`

Note 1 relative to MS SQL Server: when using SQL Server Express, the server-address is of type `{ip-address}\SQLEXPRESS)`.
Note 1 relative to MS SQL Server: when using SQL Server Express, the server-address is of type `{ip-address}\\SQLEXPRESS)`.

Note 2 relative to MS SQL Server: we've seen installs with the additional parameters `;connection timeout=30;encrypt=disable`.

Expand Down

0 comments on commit b2a80b2

Please sign in to comment.