UniConnection ConnectStr left-over properties in runtime

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
VojkoCendak
Posts: 7
Joined: Thu 23 Apr 2020 12:52

UniConnection ConnectStr left-over properties in runtime

Post by VojkoCendak » Tue 25 May 2021 07:41

Hi,
(ver 8.4.1 , sydney ent 10.4.2) - we have to use this version because of some microsoft access driver bug in versions 8.4.2-3 .

we have in design time for "SQL Server" Options property Authentication=auWindows.
Provider Name=SQL Server;Provider=TDS;Data Source=localhost\sqlexpress;Initial Catalog=Potopne;Force Create Database=False;Authentication=Windows;Login Prompt=False

But when we assign ConnectString with runtime connection string (without Authentication) it stays as it was in designtime.

Provider Name=SQL Server;Provider=TDS;Data Source=localhost\sqlexpress;Initial Catalog=Potopne;Force Create Database=False;User ID=emrasql;Password=emraop1;Login Prompt=False

We don't know what is the status with other properties ...

thank you ,
Vojko Cendak

Stellar
Devart Team
Posts: 496
Joined: Tue 03 Oct 2017 11:00

Re: UniConnection ConnectStr left-over properties in runtime

Post by Stellar » Wed 26 May 2021 14:30

Thank you for providing the information. We've reproduced the issue and started to investigate possible causes of the described behavior. We will let you know the results as soon as we get them.

Stellar
Devart Team
Posts: 496
Joined: Tue 03 Oct 2017 11:00

Re: UniConnection ConnectStr left-over properties in runtime

Post by Stellar » Fri 01 Oct 2021 12:02

Hi,

We have fixed the issue, and the fix will be included in the next UniDAC build.
Please feel free to reply to this email in case you have any other questions or you need any kind of additional information related to our product.

Best regards,
Sergey,
Devart Support Team

Post Reply