Subject Re: [IBO] Master detail problem when lenght of the link field is more than 25 chars
Author Helen Borrie
At 05:22 PM 5/08/2004 +0000, you wrote:

>@Helen:
>I'm still waiting for a reply to:
>http://groups.yahoo.com/group/IBObjects/message/32124
>

What's to reply to? As I already said, if you want to use long
identifiers, use MasterParamLinks. It gets you to the same place by a
different route.

1. Remove the MasterLinks
2. Change the SQL of the detail to:
SELECT * FROM person
where ID_DEP_123456789_123456789 = :param1
3. In the MasterParamLinks, put
param1=dep.id_dep

Helen