Icon DatabaseName Property

property DatabaseName: String

Usage

Use the DatabaseName property to specify the name of the TDBISAMDatabase component to link to this TDBISAMDBDataSet component. The DatabaseName property should match the DatabaseName property of an existing TDBISAMDatabase component or should specify a valid local path name, for local sessions, or a remote database name, for remote sessions.

Information Attempting to set the DatabaseName property when the TDBISAMDBDataSet component is open (Active=True) will raise an exception. Also, this property is only used in the context of the descendant TDBISAMTable and TDBISAMQuery components.
Image