DAC for MySQL

TMySQLDatabase.Properties.DatabaseName

Previous Next

Specifies the name of the database to associate with this database component.

Syntax:

property DatabaseName: String;

Description:

Use DatabaseName to specify the name of the database to use with a database component.

Attempting to set DatabaseName when the Connected property is True raises an exception.
See also:Host, Port, UserName, UserPassword properties