Multiple TIBCTable pointing to one table
Multiple TIBCTable pointing to one table
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?
Re: Multiple TIBCTable pointing to one table
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.
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.