Feature Request: RefreshQuickDatasets

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
brace
Posts: 227
Joined: Wed 14 Feb 2007 08:26

Feature Request: RefreshQuickDatasets

Post by brace » Wed 12 Jan 2011 15:25

As you implemented TMSConnection.OpenDatasets it would be good to have the same feature for TMSConnection.RefreshQuickDatasets (I don't use Refresh, but also RefreshDatasets could be usefule for others).

AndreyZ

Post by AndreyZ » Thu 13 Jan 2011 12:18

We will think about of adding this functionality in the future.

Lithium™
Posts: 42
Joined: Wed 23 Jun 2010 06:42

Post by Lithium™ » Fri 28 Jan 2011 06:59

Hi!
Since QuickRefresh is touched... it doesn't work if ReadOnly property of TMSQuery is set to TRUE. This little uncomfortably :(
If not possible to change such behavior, please describe it in help. Thanks.

AndreyZ

Post by AndreyZ » Mon 31 Jan 2011 14:42

You can use the RefreshQuick method when the ReadOnly property is set to True. For this you should set the KeyFields property.

Lithium™
Posts: 42
Joined: Wed 23 Jun 2010 06:42

Post by Lithium™ » Wed 09 Feb 2011 10:24

Thanks!

Post Reply