Subject RequestLive on IBX
Author Don Schoeman
This question is more related to the Delphi IBX component set than to
Interbase:

The TQuery Delphi component contains a property called RequestLive which
returns an updateable query result set from the database. This is very handy
when using Database aware components in Delphi since the data can be edited
and updated automatically and saves us from having to update all the
controls manually. A similar result can be achieved by using the TIBTable
IBX component but obviously this is only acceptable on small tables.

Is there any other way I can achieve this? Does IBO support this
functionality?

Best Regards,
Don Schoeman