When I define a filter for TpFIBDataSet, where is it executed, at the client or at the server? Is Filter equal to Where?
Fast, flexible and high-performance component library for Delphi, C++ Builder and Kylix intended for work with InterBase and Firebird using Direct InterBase API.
Question: When I define Filter for a TpFIBDataSet, where is it executed, at the client or at the server? Is Filter equal to Where? Answer: Filter is executed at the client and it's the equivalent of "where". But TpFIBDataSet has the Conditions property, it's the equivalent of 'where'.
Preview text: