DatabaseName property |
Applies to
TIB_Connection
Declaration
Property DatabaseName : string;
Description
This gives an alias-like name to the connection. It displays the Database
property value by default and will even allow a new database connection
string to be supplied but this is not the intended use of this property.
Included for VCL compatibility.
IBO checks to make sure that this name is unique among the session. If a
duplicate is entered it will have a numeric suffix attached in order to make
it unique.