Subject Re: [IBO] Master-Detail and ClientDataSets
Author Jason Wharton
I'd like to look at your example if I could.

The VCL has been difficult to follow in just what it expects with regard to
precision, size, digits, etc. I think I've ended up getting bounced around
between what works for one person and then break it for another. I'd like to
see if somewhere I can get it resolved for everyone.

Thanks,
Jason Wharton
www.ibobjects.com

----- Original Message -----
From: "Salim Naufal" <salim.naufal@...>
To: <IBObjects@yahoogroups.com>
Sent: Tuesday, June 10, 2003 8:00 AM
Subject: [IBO] Master-Detail and ClientDataSets


> I am having severe problems with IBO and ClientDataSets. Besides
misreported
> precision and size, I am unable to get it running with master-details and
> ClientDataSets. The structure is as follows:
>
> Table
> 1 - SALE_HDR (CODE integer not null primary key, .....)
> 2 - SALE_DETAILS (CODE integer not null primary key, SALE_HDR_CODE INTEGER
> NOT NULL references SALE_HDR(CODE) ....
>
>
> When I try to apply the changes, I get the "No corresponding master record
> found"
>
> I have been using IBX without any problems in both cases.
>
> Does anyone have any experience with the TIBOQuery, master-details and
> ClientDataSets? Are there other alternatives? Please not that the SALE_HDR
> table has about 1,000,000 records and SALE_DETAILS about 20,000,000
records.
>
> I have an example to illustrate this problem. It includes a database with
> just what is required.
>
> Salim