Page 1 of 1

Options.AutoRefresh missing after migration

Posted: Sat 06 Mar 2021 11:28
by m227
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?

Re: Options.AutoRefresh missing after migration

Posted: Mon 08 Mar 2021 08:31
by frickler
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.

Re: Options.AutoRefresh missing after migration

Posted: Wed 10 Mar 2021 06:57
by ViktorV
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.

Re: Options.AutoRefresh missing after migration

Posted: Wed 17 Mar 2021 18:18
by m227
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.

Re: Options.AutoRefresh missing after migration

Posted: Fri 19 Mar 2021 15:15
by ViktorV
Thank you for interest to our product.
Feel free to contact us if you have any further questions about our products.