Driver file: | The .jar, .zip or .class file that contains the JDBC driver |
Download link: | http://www-306.ibm.com/software/data/cloudscape/ http://incubator.apache.org/derby/ |
Connection URL: | Specify the location of the JDBC data provider |
<database_name>: | The name of the database to connect |
create=true: | Create database if not exists |
User: | User name to login to the database |
Password: | Password of the user name specified |