Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread TDBISAMQuery Master Detail Relationship
Tue, Jul 14 2009 5:26 AMPermanent Link

Marty Potokar
In using the latest version of DBISAM in Delphi 2007, does DBISAM
support master detail relationships using TDBISAMQuery? Reason for my
asking is that I am unable to retrieve detail records in using a
TDBISAMQuery component for both a master and detail database table.

SQL for the master table is:

Select * From Labels
Where Code = '05'

SQL for the detail table is:

Select * From Library
Where Code = :Code
And Type = :Type

As I am not new to and accustomed to using SQL along with setting up the
Query components, I have tried everything to no avail. Interestingly
enough, I cannot find anything in the DBISAM manual v4 regarding
master/detail relationships other than for TDBISAMTable component. Hence
my initial question.
Tue, Jul 14 2009 5:47 AMPermanent Link

This message was cancelled from within Mozilla.
Image