Minor syntax error in Wiki

Issue #28 resolved
Murray Bryant created an issue

Hi Vince

In the common JDBC connection strings there is an error with the sqlserver string.

it is

jdbc:microsoft:sqlserver://<host>:1433;DatabaseName=<db>

but should be

jdbc:sqlserver://<host>:1433;DatabaseName=<db>

to work with the latest driver from MS

thanks

Comments (3)

  1. Log in to comment