Page 1 of 1

How can I turn off the SQL hourglass completely ?

Posted: Mon 29 Jun 2015 17:05
by swierzbicki
Hello,

Is this possible and how can I do it ?

Thank you

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

Posted: Mon 29 Jun 2015 17:12
by swierzbicki
Found ;) !

DBAccess.ChangeCursor := false;

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

Posted: Tue 30 Jun 2015 09:05
by AlexP
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.