Cloudscape/Derby (Embedded)


IBM Cloudscape V10.0 is a pure, open source-based Java relational database management system that can be embedded in Java programs and used for online transaction processing (OLTP). A platform-independent, small-footprint (2MB) database, Cloudscape V10.0 integrates tightly with any Java-based solution.
In August 2004 IBM contributed the code to the Apache Software Foundation as Derby, an incubator project sponsored by the Apache DB project.

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