19.7. Firebird Previous topic Parent topic Child topic Next topic

In DBSource, driver name is “Firebird”, and a required option is database, which specifies the path name of the file where the database is to be stored. DBUsername is the Firebird user name, and DBAuth is the password for the Firebird user.
To create a new database, see goodies/ansiCreate.sql for more information..
Configure your SQL clause like this:
DBSource    dbi:Firebird:database=/path/to/database.fdb
DBUsername  username
DBAuth      password
Tip
DBSource can also contain other hints and directives for connecting to the Firebird server, for example:
DBSource dbi:Firebird:port=3050;host=10.20.30.40;db=/path/to/database.fdb;