Options.AutoRefresh missing after migration

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
m227
Posts: 75
Joined: Mon 06 Aug 2007 12:41

Options.AutoRefresh missing after migration

Post by m227 » Sat 06 Mar 2021 11:28

Hi, i migrated from MyDac to UniDac. My program can't compile as:

Code: Select all

  DM.mq.Options.AutoRefreshInterval := mRefreshPeriod.IntValue;
  DM.mq.Options.AutoRefresh := mRefresh.Down;
are not recognized. How to replace it with proper properties of UniDac?

frickler
Posts: 37
Joined: Wed 04 Apr 2018 08:30

Re: Options.AutoRefresh missing after migration

Post by frickler » Mon 08 Mar 2021 08:31

Not all properties and options of the xxxDAC products are available in UniDAC, just the common ones. If you don't find a property in the docs, it's quite likely that UniDAC doesn't support it.

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

Re: Options.AutoRefresh missing after migration

Post by ViktorV » Wed 10 Mar 2021 06:57

UniDAC is a universal set of components that provides a transparent server-independent interface for working with different databases.
Some of the MyDAC properties and methods that use specific functionality of the DBMS (in this case, AutoRefresh, AutoRefreshInterval properties) are not implemented in UniDAC.

m227
Posts: 75
Joined: Mon 06 Aug 2007 12:41

Re: Options.AutoRefresh missing after migration

Post by m227 » Wed 17 Mar 2021 18:18

So UniDAC is rather limited in some fields while not limited in others. I will then reconsider upgrading to UniDAC old apps which use MyDAC. Thank you for clear response.

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

Re: Options.AutoRefresh missing after migration

Post by ViktorV » Fri 19 Mar 2021 15:15

Thank you for interest to our product.
Feel free to contact us if you have any further questions about our products.

Post Reply