problem with dbmonitor when inactive index

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
calou
Posts: 116
Joined: Tue 27 May 2008 12:46

problem with dbmonitor when inactive index

Post by calou » Fri 13 Jun 2008 12:17

Hello,

I use FB2.1 with indexes on a table.
I have a D5 application and i use ibcsqlmonitor (ibdac 2.50.0.34).
In my application i inactive indexes (ibctable.sql.text:=ALTER INDEX I_INDEX INACTIVE) and do a lot of insert.
When i launch my application, the application freeze if the dbmonitor is not lauched.

How could i solve it?

Regards

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

Post by Plash » Fri 13 Jun 2008 12:35

We could not reproduce the problem. Please send to ibdac*crlab*com a complete small sample that demonstrates the problem, including the script for creating database objects.

calou
Posts: 116
Joined: Tue 27 May 2008 12:46

Post by calou » Fri 13 Jun 2008 15:01

Hello,

After a reboot of my computer i can't reproduce the problem.
It is very strange before the reboot if the property IBCSQLMonitor.active was true and the dbmonitor was not launched, the application froze. However if IBCSQLMonitor.active was false all was good.
Now no problem :?

Regards

Post Reply