MyDAC

TMyEmbConnection.BaseDir Property

Used to set the base path for MySQL Embedded server.

Class

TMyEmbConnection

Syntax

property BaseDir: string stored False;

Remarks

Use the BaseDir property to set the base path for MySQL Embedded server. All paths are usually resolved relative to this. Corresponds to --basedir parameter. See MySQL Reference Manual for detailed description.

The default value is '.' and all auxiliary files must be located in the same folder with the executable file of the project.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback