I followed the installation note from the article in this post
My questions:
1) For MsSql connection i have to use #AdditionalJar: jtds-1.3.1.jar in Main?
2) How to run a B4J server on a Windows server?
Some examples?
Thanks
I am trying to change the tutorial code for mysql to MS Sql, but I have it wrong. This is my code: DriverClass=com.Drivermicrosoft.sqlserver.jdbc.SQLServerDriver JdbcUrl=jdbc:sqlserver://localhost/test?characterEncoding=utf8 I could not find the correct connection string elsewhere on the...