Hello,
Is this possible and how can I do it ?
Thank you
How can I turn off the SQL hourglass completely ?
-
- Posts: 451
- Joined: Wed 19 Jan 2005 09:59
-
- Posts: 451
- Joined: Wed 19 Jan 2005 09:59
Re: How can I turn off the SQL hourglass completely ?
Found
!
DBAccess.ChangeCursor := false;

DBAccess.ChangeCursor := false;
Re: How can I turn off the SQL hourglass completely ?
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.
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.