| Driver file: | The .jar, .zip or .class file that contains the JDBC driver |
| Connection URL: | Specify the location of the JDBC data provider |
| <host_name>: | The name of the host on which the OpenEdge database resides |
| <port_number>: | Port number or service name to be used for the connection. Default is 6718 |
| <database_name>: | The name of the database |
| User: | User name to login to the database |
| Password: | Password of the user name specified |