Ado Query Inner Join
From: Jeff Howard (jhoward_at_cubiscan.com)
Date: 03/17/05
- Previous message: Barak zabari: "Re: How to re-populate DBgrid after doing a search"
- Next in thread: Brian Bushay TeamB: "Re: Ado Query Inner Join"
- Reply: Brian Bushay TeamB: "Re: Ado Query Inner Join"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 17 Mar 2005 09:23:04 -0700
I apologize as this is more of a sql question but I have a Master table and
a detail table and I have used an inner join sql statement to pull all
records into an AdoQuery dataset which will give me a result set for each
master detail record. My question is this, is there a way through a join to
return the result set from a master detail relationship(all detail records)
and have those records combined to one record in the result set for each
unique value from the master table primary key field. In other words rolling
all details associated with the forgien key into one record combined with
the data from the master table.
- Previous message: Barak zabari: "Re: How to re-populate DBgrid after doing a search"
- Next in thread: Brian Bushay TeamB: "Re: Ado Query Inner Join"
- Reply: Brian Bushay TeamB: "Re: Ado Query Inner Join"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|