Icon DatabaseName Property

property DatabaseName: String

Usage

Use the DatabaseName property to specify the name of the TEDBDatabase component to link to this TEDBDBDataSet component. The DatabaseName property should match the DatabaseName property of an existing TEDBDatabase component or should specify a valid database name.

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