Specifies the name of the database to associate with this database component.
property DatabaseName: String;
Description
Use DatabaseName to specify the name of the database to use with a database component.
DatabaseName identifies database and its value could be be assigned to a DatabaseName property of TABSTable and TABSQuery components.
Note: Attempting to set DatabaseName when the Connected property is True deactivates all connected datasets.
|
|