Error reading EncryptedPassword

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
andydyble
Posts: 1
Joined: Wed 01 Dec 2021 14:34

Error reading EncryptedPassword

Post by andydyble » Wed 01 Dec 2021 15:23

Hi
I just started getting this error at runtime -

Error reading MyConnection.EncryptedPassword. property does not exist.

Using
Delphi 7
Mysql data access professional v 10.3.2

It's been ok for years.
What can I try?
Thanks
Andy

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

Re: Error reading EncryptedPassword

Post by ViktorV » Fri 03 Dec 2021 15:17

Kindly be informed that it seems that there are some old components of our products on your computer.

To solve this issue please perform the following steps:
- Uninstall MyDAC;
- Find all DAC units, like MemUtils.dcu, CRParser.dcu, CLRClasses.dcu, CRTypes. *, MyConnectForm. *, MemData.dcu, MemDS.dcu, DBAccess.dcu, MyClasses.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 MyDAC installer with option "force" (mydac*.exe /force) as administrator.

If this does not help, please compile and send us the files of your projects with which this behavior is observed.
Please, use the following link:
https://devart.com/company/contactform.html

Post Reply