DAC for MySQL

TmySQLDatabase.Methods.Connect

Previous Next
Since v2.5.3

Connects TmySQLDatabase to MySQL database

Syntax:

procedure Connect;

Description:

Call Connect to set the Connected property for the component to True. When Connected is True, component is connected to database and ready to exchange data with it.

See also:Connected property.
Disconnect() method.