SQLConnection.SQLHourglass

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
[email protected]
Posts: 7
Joined: Mon 24 Dec 2007 11:02
Location: Eindhoven, Netherlands

SQLConnection.SQLHourglass

Post by [email protected] » Wed 27 Feb 2008 10:42

Hi,

Setting SQLConnection.SQLHourglass to true before making a connection seems to do nothing.

I would like an hourglass show as cursor for long sql operations or opening large queries..

Using BDS2006 MSSQL Server 2000 / 2005

Kind Regards
Michel

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 28 Feb 2008 12:25

You should add DBLogDlg unit to the 'uses' of one of your program units to make SQLHourGlass property work.

dbExpress shows HourGlass cursor only when you open a connection and call Execute method of TSQLConnection. In all other cases the cursor is not changed.

Post Reply