Subject Re: [IBO] master-slave relation with IBO
Author Jason Wharton
Master-detail is faster because it keeps a prepared statement instead of
resetting the filter over and over again, which will re-prepare the
statement each time.

Jason Wharton
CPS - Computer Programming Solutions
Mesa Arizona
http://www.ibobjects.com

-- We may not have it all together --
-- But together we have it all --

"Ulrich" <ulrich.groffy@...> wrote in message
news:b6kn54$bo6$1@......
> Hello,
>
> what is, or is there a major perormance difference in building a
> master-slave table relation with masterSource/masterLink definitions or
with
> setting some filtering parameters in the slave table?
>
> Hope somebody understand my question ;-)
>
> Best regards - Ulrich