MySQL Provider Missing

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
sbdev1
Posts: 1
Joined: Thu 08 Mar 2018 16:13

MySQL Provider Missing

Post by sbdev1 » Thu 08 Mar 2018 16:30

Just installed UniDac 7.2.5 for Rad Studio XE3 and i am missing the MySQL Provider.
Also another strange thing i installed UniDac 7.2.5 Standard Edition but in About i see Professional Edition.
(I have installed ODAC Professional Edition in the same pc so maybe thats where the professional comes from.)

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: MySQL Provider Missing

Post by ViktorV » Fri 09 Mar 2018 14:10

Unfortunately, we cannot reproduce the issue on the latest version UniDAC 7.2.5 Standart Edition for RAD Studio XE3.
Please try to perform the following steps and let us know the results:
- uninstall UniDAC;
- find all DAC units, like MemUtils.dcu, CRParser.dcu, CLRClasses.dcu, MemData.dcu, MemDS.dcu, DBAccess.dcu, MyClassesUni.dcu, CRSSLIOHandler.dcu, CRSSHIOHandler.dcu files on your PC and delete them;
- find all *dac*.bpl, *dac*.dcp, *dac*.bpi, *dac*.lib, *crcontrols*.bpl, *crcontrols*.dcp, *crcontrols*.bpi, *crcontrols*.lib files on your PC and delete them.
- run UniDAC install with option "force" (unidac*.exe /force) as administrator.

Post Reply