Local database Interbase using IBPhoenix ODBC
Connection string
This IBPhoenix Open Source ODBC Driver (aka Firebird ODBC driver) connection string can be used for connections to Interbase.
DRIVER=Firebird/InterBase(r) driver;UID=SYSDBA;PWD=masterkey;
DBNAME=C:\database\myData.gdb;
(the file extension for the data file could also be .ib)