Icon DatabaseName Property

property DatabaseName: String

Usage

Use the DatabaseName property to specify the name of the database to associate with this TEDBDatabase component. The database name is arbitrary and is used only for identification of the database when connecting TEDBTable, TEDBQuery, and TEDBStoredProc components. It is best to think of the DatabaseName as an alias to the actual database, which is represented by the Database property. The DatabaseName property must begin with an alpha character.

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