DriverPropeties/Driver property
Previous  Top  Next

See Also Properties Methods Events Example
Unit
MySQLServer

Applies to
TMySQLServer component

Declaration
property Driver: TMySQLBase;
property DriverProperties: TMySQLBase;

Description
This is the physical driver used to communicate with your MySQL Server or MySQL Database. Depending on the specific driver you may see sub properties for it in the IDE.

·For the Direct driver there are no sub properties to set, besides the Options which are populated by the TMySQLServer Params.  
·For the Embedded driver there are two sub properties to set: ClientDLL, which is the library to use for embedded use, and Options which contains the commandline parameters to give to the driver, see TMySQLServer Options and Params property.  
·For the Library driver, you can set the ClientDLL to use and again the Options which are populated by the Params property.  

See Drivers for more information.