|
Adding a database
|
Previous Top Next |
| · | Name: The name that you wish to give this connection
|
| · | Protocol: Choose JDBC
|
| · | Table: the name of the table in the database with the relevant information
|
| · | User: the username to access the database.
|
| · | Password: the password to access the database.
|
| · | Driver: Fill out oracle.jdbc.driver.OracleDriver here (case sensitive).
|
| · | URL: The URL is as folows: jdbc:oracle:thin:@<hostname>:<port>:<database name>
|
| · | Table: The table name needs to be entered in all UPPERCASE characters
|
| · | Driver: Fill out com.microsoft.jdbc.sqlserver.SQLServerDriver here (case sensitive).
|
| · | URL: The URL is as folows: jdbc:microsoft:sqlserver://<hostname>:<Port>;databaseName=<database name>;selectMethod=cursor
|
| · | Driver: Fill out com.ibm.db2.jcc.DB2Driver here (case sensitive).
|
| · | URL: The URL is as folows: jdbc:db2://<hostname>:<port>/<database name>
|
| · | Driver: Fill out org.postgresql.Driver here (case sensitive).
|
| · | URL: The URL is as folows: jdbc:postgresql://<hostname>:<port>/<database name>
|
| · | Driver: Fill out sun.jdbc.odbc.JdbcOdbcDriver here (case sensitive).
|
| · | URL: The URL is as folows: jdbc:odbc:Name
|
|
Database type:
|
Oracle
|
|
Driver:
|
oracle.jdbc.driver.OracleDriver
|
|
URL:
|
jdbc:oracle:thin:@<hostname>:<port>:<database name>
|
|
Database type:
|
Microsoft SQL Server
|
|
Driver:
|
com.microsoft.jdbc.sqlserver.SQLServerDriver
|
|
URL:
|
jdbc:microsoft:sqlserver://<hostname>:<Port>;
databaseName=<database name>;selectMethod=cursor |
|
Database type:
|
IBM DB2
|
|
Driver:
|
com.ibm.db2.jcc.DB2Driver
|
|
URL:
|
jdbc:db2://<hostname>:<port>/<database name>
|
|
Database type:
|
PostgreSQL
|
|
Driver:
|
org.postgresql.Driver
|
|
URL:
|
jdbc:postgresql://<hostname>:<port>/<database name>
|
|
Database Type:
|
ODBC
|
|
Driver:
|
sun.jdbc.odbc.JdbcOdbcDriver
|
|
URL:
|
jdbc:odbc:<connection name>
|