Entries tagged [firebird]

You're viewing entries tagged [firebird] in the weblog safari.

Firebird on Windows

Preliminary information  

Firebird is a database system with a very small memory foot print. It's quite easy to set up the database system, but the JDBC-URL format is a bit unusual.  

So maybe for somebody setting up Firebird-JDBC, this example might be useful. 

Firebird JDBC page 


Example of connection properties 

connection.url=jdbc:firebirdsql://localhost:3050/C:\\install\\Firebird\\MYDATABASE.FDB 
connection.driver_class=org.firebirdsql.jdbc.FBDriver 
connection.username=sysdba 
connection.password=****** 

Tested environment 

* Java 1.4 
* firebirdsql-full.jar (Version: 1.5.0RC4JDK_1.4)