I have a problem with connecting Devart UniDac with embedded mySQL database.
The code goes:
basedir := GetCurrentDir + '\mysql';
UniConnection1.ProviderName := 'MySQL';
UniConnection1.Database := 'razrednici';
UniConnection1.SpecificOptions.Values['Embedded'] := 'True';
UniConnection1.SpecificOptions.Values['EmbeddedParams'] := '--basedir=' +
basedir + ''#13#10'--datadir=data';
UniConnection1.Connect;
but i get an error message of some files missing, i have the database in
./mysql/data/razrednici
i have a share folder along with data folder
and libmysqld.dll
with the exe file...
what is missing? help me out