MyDAC

TMyServerControl.Variables Property(Indexer)

Used to get or set the values of MySQL Server system variables.

Class

TMyServerControl

Syntax

property Variables[const VarName: string]: string;

Parameters
VarName
Holds the name of MySQL server system variables.

Remarks

Use the Variables property to get or set the values of MySQL Server system variables. String values should be assigned with quotes.

Example

For example:

    MyServerControl1.Variables['max_allowed_packet'] := '1234567890';
but:
    MyServerControl.Variables['time_format'] := '''%H:%i:%s'''; 
© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback