DAC for MySQL

TMySQLDatabase.Properties.Handle

Previous Next

Specifies the database handle.

Syntax:

type HDBIDB: Longint;
property Handle: HDBIDB;

Description:

Use Handle only to bypass TMySQLDataBase methods and make direct calls to the directly to the API. Many function calls require a Handle parameter. Handle is assigned an initial value when a database is opened.