Subject Re: [IBO] IB_Query phenomenom
Author guido.klapperich@t-online.de
> You must not be using the JoinLink property correctly.
>
> Have you considered using the FROM ... JOIN ... declarative syntax?
>

How should I use this syntax in the JoinLinks. Now my JoinLinks are:
A.FMFDID=FD.FDID
A.FMMPID=11
B.FMFDID=FD.FDID
B.FMMPID=12
C.FMFDID=FD.FDID
C.FMMPID=13