UniQuery1.RefreshQuick (true);

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
wjzws
Posts: 20
Joined: Fri 17 Jul 2009 02:33

UniQuery1.RefreshQuick (true);

Post by wjzws » Wed 29 Jul 2009 00:19

UniQuery1.RefreshQuick (true);

Can quickly detect the data has increased, but also can detect the database has been deleted data (background), it is regrettable that one can only detect the data has been deleted. Why can not the number of deleted data is detected? (Data automatically delete all the data was deleted?)

in (2.0 - 2.7)

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Thu 06 Aug 2009 09:04

I don't understand what the problem is. Please give us a detailed description of the functionality you need.

stevel
Posts: 125
Joined: Tue 02 Nov 2010 19:01

Post by stevel » Sat 06 Aug 2011 13:45

Hello,

I am registered UniDAC user and installed the latest version including help.

I cannot find the documentation for RefreshQuick method in the help.

Can you indicate whether if it is documented, under which class I can find it?

Thanks!


Regards,
Steve Faleiro

AndreyZ

Post by AndreyZ » Tue 09 Aug 2011 13:28

For the time being the RefreshQuick method isn't described in the UniDAC documentation. We will add the description of this method to the UniDAC documentation. Note that you can use the RefreshQuick method only for MySQL and SQL Server database servers. The RefreshQuick method is described in the SDAC and MyDAC documentation.
You can download the SDAC documentation in the CHM format here: http://www.devart.com/sdac/sdacchm.zip
You can download the MyDAC documentation in the CHM format here: http://www.devart.com/mydac/mydacchm.zip

Post Reply