I am trying to change the tutorial code for mysql to MS Sql, but I have it wrong. This is my code:
I could not find the correct connection string elsewhere on the forum.
Thanks
PK
MS Sql connection:
DriverClass=com.Drivermicrosoft.sqlserver.jdbc.SQLServerDriver
JdbcUrl=jdbc:sqlserver://localhost/test?characterEncoding=utf8
I could not find the correct connection string elsewhere on the forum.
Thanks
PK