Page 1 of 1

Refreshed table

Posted: 14.10.2009, 13:45
by akli_agha
Hi,

How to know when a table is updated by a user in the network.
Is there an event on the DB which is fired at the update action ?

My idea is to put a timer on the form and perform a refresh action on the table periodically, but I had to perform a Close/Open to get my table refreshed because of the refresh method does'nt do any thing.

Is this the best way to solve my problem ??

D7, FB2.0, Zeos 664.

Thanks.

Posted: 14.10.2009, 15:06
by guidoaerts
what about TIBEventalerter?
Guido

Posted: 14.10.2009, 19:01
by akli_agha
TIBEventalerter needs IB (GDS.DLL) installation.
I wann't to deal with IB. Just Firebird.

thanks

Posted: 14.10.2009, 19:29
by mdaems
TIBEventalerter needs IB (GDS.DLL) installation.
Is that true? Why?
I was really believing this uses the dll you load for your server version. Because when I tested this I only had a Firebird embedded library available.

Mark

Posted: 14.10.2009, 20:00
by akli_agha
Sorry, I don' t seen that of Zeos palette ! I tried that of Interbase palette !
Sorry again.

I tried it but nothing happen's !
I don't understand its behaviour !

An example ???

Posted: 14.10.2009, 21:25
by akli_agha
Thanks for all of you,

I found the solution :D .