See Also Properties Methods Events Example
Unit
MySQLServer
Applies to
TMySQLServer component
Declaration
TMySQLDriverType = (dtDirect,dtLibrary,dtEmbedded);
property DriverKind: TMySQLDriverType default dtDirect;
Description
Here you specify the type of driver you want to use to communicate with your MySQL Server or MySQL Database. Changing this property will change the DriverProperties available. Depending on the specific driver you may see sub properties for it in the IDE. See Drivers for more information.