Versions Compared

Key

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

...

No Format
<jdbcDriverClass>net.sourceforge.jtds.jdbc.Driver</jdbcDriverClass>
<jdbcConnectionString>jdbc:jtds:sqlserver://MYSERVER:1433;databaseName=MYNAME;
user=MYUSER;password=MYPASSWORD</jdbcConnectionString>MYNAME</jdbcConnectionString>
<user>fews</user>
<password>123</password>

Syntax for oracle:

No Format
<jdbcDriverClass>oracle.jdbc.driver.OracleDriver</jdbcDriverClass> 
<jdbcConnectionString>jdbc:oracle:thin:@ fewsdbsvr04:1521:eami00</jdbcConnectionString> 
<user>fews</user> 
<password>pass01word<<password>123</password> 

Syntax for localDatastore, that should be placed into an import directory. Notice that jdbcDriverClass etc are not required, but import folder is required now. The system automatically detects if the type of the localdatastore (Acces or firebird)

...