Versions Compared

Key

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

...

FEWS 2018 and later branches


Code Block
languagexml
titleExample jdbc configuration

...

<jdbcDriverClass>com.microsoft.sqlserver.jdbc.SQLServerDriver</jdbcDriverClass>

...

<jdbcConnectionString>jdbc:sqlserver://hostname;DatabaseName=TestDB;integratedSecurity=true;</jdbcConnectionString>

FEWS 2017 and earlier branches


Code Block
languagexml
titleExample jdbc configuration

...


<jdbcDriverClass>net.sourceforge.jtds.jdbc.Driver</jdbcDriverClass>

<jdbcConnectionString>jdbc:jtds:sqlserver://hostname;DatabaseName=TestDB;integratedSecurity=true;</jdbcConnectionString>

Configuration for importing firebird database files

...