Driver file: | The .jar, .zip or .class file that contains the JDBC driver |
Download link: | http://www.datadirect.com/download/index.ssp |
Connection URL: | Specify the location of the JDBC data provider |
<host_name>: | The IP address or the domain name of the database server |
<port_number>: | The port number to the database. Default is 19996 |
<service_name>: | The database service name that specifies the database used for the connection. It is a string that is the global database name - a name that typically comprises the database name and domain name |
User: | User name to login to the database |
Password: | Password of the user name specified |