Icon DatabaseName Property

property DatabaseName: String

Usage

Use to the DatabaseName property to specify the name of the database to associate with this TDBISAMDatabase component. The database name is arbitrary and is used only for identification of the database when connecting TDBISAMTable and TDBISAMQuery components. It is best to think of the DatabaseName as an alias to the physical location of the database tables, which is represented by the Directory property for local sessions and the RemoteDatabase property for remote sessions. The DatabaseName property must begin with an alpha character.

Information Attempting to set this property when the Connected property of the TDBISAMDatabase component is True will result in an exception being raised.
Image