Page 1 of 1

SQLConnection.SQLHourglass

Posted: 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

Posted: Thu 28 Feb 2008 12:25
by Plash
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.