Files :
Url :
jdbc:oracle:thin:@<host>:<port1521>:<sid>
Classname :
oracle.jdbc.OracleDriver
Important Notes :
Urls :
Urls :
jdbc:jtds:<server_type>://<host>[:<port>][/<database>]
Installation notes :
Files :
Classname :
com.microsoft.sqlserver.jdbc.SQLServerDriver
Url :
jdbc:sqlserver://<host>[:<port1433>];databaseName=<database>
Important Notes :
Files :
Url :
jdbc:db2://<host>:<port50000>/<database>
How to locate the driver at the IBM web site:
Urls :
jdbc:hsqldb:<database>
Important Notes :
Files :
Classname :
org.hsqldb.jdbcDriver
Urls :
jdbc:hsqldb:<database>
Important Notes :