How to prevent SQL-Hourglas cursor

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mxwx
Posts: 25
Joined: Mon 14 Nov 2005 08:22

How to prevent SQL-Hourglas cursor

Post by mxwx » Sat 01 Mar 2008 22:47

Hello together,

I am sure that is quiet simple but i didn't found it in the manual.

How do I prevent that with every SQL statement the SQL-Hourglas cursor comes up. I have an application that fires frequently a select statement and every time the statement is fired up the SQL-Hourglas cursor comes up. Some of my customers feel disturbed with a constanly changing cursor :-)



Thanks

Michael

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

Post by Plash » Mon 03 Mar 2008 08:13

You should set the ChangeCursor variable from DBAccess unit to False.

Post Reply