How can I turn off the SQL hourglass completely ?

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

How can I turn off the SQL hourglass completely ?

Post by swierzbicki » Mon 29 Jun 2015 17:05

Hello,

Is this possible and how can I do it ?

Thank you

swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

Re: How can I turn off the SQL hourglass completely ?

Post by swierzbicki » Mon 29 Jun 2015 17:12

Found ;) !

DBAccess.ChangeCursor := false;

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: How can I turn off the SQL hourglass completely ?

Post by AlexP » Tue 30 Jun 2015 09:05

Hello,

Yes, for preventing cursor changing at queries executing, you can either not use the UniDACVcl module or set the ChangeCursor global variable (declared in the DBAccess module) to False.

Post Reply