Connection Dialog when migrating from 7.X to 8.X

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ads42
Posts: 36
Joined: Tue 08 Jan 2013 14:13

Connection Dialog when migrating from 7.X to 8.X

Post by ads42 » Mon 24 Mar 2014 10:45

Hi,
now my app updated to 8.X always ask me to write the password in the connexion dialog instead of keeping it written (but masked).

How to avoid this ?

Regards

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Connection Dialog when migrating from 7.X to 8.X

Post by AlexP » Mon 24 Mar 2014 13:22

Hello,

We have removed the ability to store password for security purposes. If you want to store password, you need to implement your own descendant class, which stores password where you need - in registry, ini file, etc.

ads42
Posts: 36
Joined: Tue 08 Jan 2013 14:13

Re: Connection Dialog when migrating from 7.X to 8.X

Post by ads42 » Tue 25 Mar 2014 08:44

Bad idea… you should have at least added it in option since the password is still stored in the DFM even in a protected string.
Why not adding a new property like KeepPassword ?
What event should I use to fill automatically the password in theConnection dialog ?
Regards

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Connection Dialog when migrating from 7.X to 8.X

Post by AlexP » Wed 26 Mar 2014 08:31

We have changed ConnectDialog behaviour. Now, in case the SavePassword property is enabled – an encrypted password will be saved and loaded from the registry. All these amendments will be included in the new version of the product.

ads42
Posts: 36
Joined: Tue 08 Jan 2013 14:13

Re: Connection Dialog when migrating from 7.X to 8.X

Post by ads42 » Wed 26 Mar 2014 08:52

Great !
Any idea of when these release will be out ?
Regards

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Connection Dialog when migrating from 7.X to 8.X

Post by AlexP » Wed 26 Mar 2014 09:05

We plan to release a new version in the next month.

Post Reply