Database property |
Applies to
TIB_Connection
Declaration
Property Database : string;
Description
This property determines the string used to locate the database to
attach to.
It is coordinated with the other properties like Path, Protocol, Server, etc.
Which means that as soon as you change one the change is reflected in the other
related properties as well.
DatabaseName has also been included for VCL compatibility.