UNIQuery and insert

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jacek878
Posts: 11
Joined: Fri 14 Nov 2008 08:08

UNIQuery and insert

Post by jacek878 » Wed 10 Dec 2008 14:28

Hello Guys,
I make a lot of inserts into database using UNIQuery and one thing is annoying me.
While Insert query the cursor is changing from normal to sand-glass with sql text on the bottom. I would like to disable this to avoid changing curson. Is it possible ?
BR
Jacek

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

Post by Plash » Thu 11 Dec 2008 13:22

You should set the DBAccess.ChangeCursor variable to False anywhere in your program.

jacek878
Posts: 11
Joined: Fri 14 Nov 2008 08:08

Post by jacek878 » Tue 16 Dec 2008 12:29

Plash it`s just what I had needed.
Thx
Jacek

Post Reply