Building master detail relationship
From: Oliver Tse (news_at_olivertse.com)
Date: 03/17/05
- Next message: Barak zabari: "Re: How to re-populate DBgrid after doing a search"
- Previous message: Richard Caruana: "Re: How to re-populate DBgrid after doing a search"
- Next in thread: Barak zabari: "Re: Building master detail relationship"
- Reply: Barak zabari: "Re: Building master detail relationship"
- Reply: Del M: "Re: Building master detail relationship"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 17 Mar 2005 15:40:08 +0800
I have two ADOQuery.
query1 with datasource1 has fields:
OEA01, .......
query2 has fields:
OEB01, ......
where OEA01 = OEB01.
The SQL string in the query2 is:
Select * from table2 where OEB01 = :OEA01
I set the datasouce property of 2nd query to datasource1. I open the 1st
query is OK. When I tried to open the 2nd query, a error message was showed
and the 2nd query could not be open.
Anybody can help me to solve this problem?
Thank you
Oliver Tse
- Next message: Barak zabari: "Re: How to re-populate DBgrid after doing a search"
- Previous message: Richard Caruana: "Re: How to re-populate DBgrid after doing a search"
- Next in thread: Barak zabari: "Re: Building master detail relationship"
- Reply: Barak zabari: "Re: Building master detail relationship"
- Reply: Del M: "Re: Building master detail relationship"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|