Subject TID_DSQL and keylinks
Author Ronan van Riet
Hello,

Using TIB_DSQL.

>>2) -When I have Delphi perform an INSERT, the record is not being
committed.
>>When querying the table, with IB Expert I see the record has been added.

>It does get committed; but you are observing the effect of not setting up
>your KeyLinks. If IBO doesn't know the key, it can't synchronise. After
>the Commit you would have to close and open the whole dataset to see the
>new row.
>
>Helen

I have since added the correct PK to my table, but where can I set TIB_DSQL
keysautodefine and keylinks?

Kind regards,
Ronan van Riet