[Overview][Constants][Types][Classes][Index] |
Name of the database to connect to
Source position: ibconnection.pp line 123
published property TIBConnection.DatabaseName : string; |
Name of the Interbase/Firebird database to connect to.
This can be either the path to the database or an alias name. Please see your database documentation for details.
In a client/server environment, the name indicates the location of the database on the server's filesystem, so if you have a Linux Firebird server, you might have something like /var/lib/firebird/2.5/data/employee.fdb
If using an embedded Firebird database, the name is a relative path relative to the fbembed library.