DAC for MySQL

TMySQLDirectQuery.Properties.Database

Previous Next

Specifies the TmySQLDatabase component this component connects to to perform database operations.

Syntax:

property Database : TmySQLDatabase;

Description:

Use Database property to access the connection and some other properties, events, and methods of the database component associated with this dataset.

In design-time you may choose database from drop-down list for given TmySQLDirectQuery component.

See also:TmySQLDatabase component