Multiple TIBCTable pointing to one table

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
yota
Posts: 10
Joined: Thu 19 Nov 2009 10:42
Location: Poland

Multiple TIBCTable pointing to one table

Post by yota » Wed 13 Jun 2012 12:26

I've got multiple TIBCTable pointing to one table. I want to delete one record from the table - is there some method to let others TIBCTable components know that the record was deleted without refreshing them?

ZEuS
Devart Team
Posts: 240
Joined: Thu 05 Apr 2012 07:32

Re: Multiple TIBCTable pointing to one table

Post by ZEuS » Fri 15 Jun 2012 10:53

Hello.

Unfortunatelly, Interbase and Firebird don't provide functionality that allows to delete a record from the dataset without refreshing it.
But, you can use the TIBCAlerter component to synchronize several datasets pointing to one table.
Please take a look at the IBDAC demo project that demonstrates working with the TIBCAlerter component.

Post Reply