Driver file: | The .jar, .zip or .class file that contains the JDBC driver |
Connection URL: | Specify the location of the JDBC data provider |
<database_name>: | The name of the database to connect |
User: | User name to login to the database |
Password: | Password of the user name specified |