TTdbDatabase.DatabaseName
TTdbDatabase

Assigns a name to this database connection.

property DatabaseName: string;

Description
Use DatabaseName to specify the name for the database. You may choose any name you want, but it must be unique for databases within the current application. The DatabaseName must match the DatabaseName of the TTdbDataSet components that use this database.

Note: Attempting to set DatabaseName when the Connected property is True raises an exception.