EPUB | CHM | PDF

TMySQLDirectQuery.Properties.Database

Top Previous Next

Specifies the TMySQLDatabase component this component connects 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