Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After installing the JDBC driver, and making any necessary modifications to your datasource files, you should be good to go. Note that you'll need

Database configuration notes

  • It's necessary to enable TCP access to your SQL Server database, as JDBC is a TCP-based protocol

...

  • . You could do it by SQL Server Configuration Manager - item SQL Server Network Configuration

...

  • .
  • Your database user pacs should have it's Default language set to English. Otherwise you would get error messages like "java.sql.SQLException: The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value.".