Subject IB_Query.Filter and Filtered
Author Aleš Kahánek
Hi,
suppose, there is IB_Query, opened and all records are fetched. Now assign
the

IB_Query.Filter := 'some filter';
IB_Query.Filtered := true;

and every time you do this an SQL 'SELECT ....' is issued against the
database. I supposed that this filtering is done on the client...

Is there any way to filter records on the client simply and quickly? I do
not want to issue extra SQL queries on the slow internet line.

Thank you for any hints.
Ales Kahanek