Skip to content

Commit 02d07b0

Browse files
committed
Updated readme
1 parent c4bac8f commit 02d07b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ mvn clean package
1313
Execute the JAR file. Example below:
1414

1515
```
16-
java -jar target/ms-sqlserver-jdbc-1.0.jar ""jdbc:sqlserver://mydatabase.db.windows.net:1433;database=My_Example_DB;user=user@example.com;password=secret123;encrypt=true;trustServerCertificate=true;loginTimeout=90;authentication=ActiveDirectoryPassword"
16+
java -jar target/ms-sqlserver-jdbc-1.0.jar "jdbc:sqlserver://mydatabase.db.windows.net:1433;database=My_Example_DB;user=user@example.com;password=secret123;encrypt=true;trustServerCertificate=true;loginTimeout=90;authentication=ActiveDirectoryPassword"
1717
```
1818

19-
The app will attempt to connect to SQL Server and execute a single SQL query: `SELECT SUSER_SNAME()`.
19+
To test the JDBC connection the app will attempt to connect to SQL Server and execute a single SQL query: `SELECT SUSER_SNAME()` and close connection.
2020

2121

2222
## License

0 commit comments

Comments
 (0)