Page 1 of 1

UNIQuery and insert

Posted: Wed 10 Dec 2008 14:28
by jacek878
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

Posted: Thu 11 Dec 2008 13:22
by Plash
You should set the DBAccess.ChangeCursor variable to False anywhere in your program.

Posted: Tue 16 Dec 2008 12:29
by jacek878
Plash it`s just what I had needed.
Thx
Jacek