Firebird


Firebird is a relational database offering many ANSI SQL-92 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names since 1981.

Driver file: The .jar, .zip or .class file that contains the JDBC driver
Download link: http://firebird.sourceforge.net/
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 3050
<database_filepath>: The path of the database file
User: User name to login to the database
Password: Password of the user name specified