Subject | Re: [IBO] TIBOQuery |
---|---|
Author | Sandeep |
Post date | 2001-10-18T22:06:10Z |
On 18 Oct 2001, at 14:20, Jason Wharton wrote:
I have a 2 queries
qryA.SQL.Text = select * from "Client"
and
qryB.SQL.Text = select * from "Addresses" where "Client" =
:"Client_Number"
and I have a datasource 'dtsA' that has dataset pointing to qryA
and datasource property of qryB is pointing to 'dtsA'.
Sandeep
Software Developer
CFL
sandeep@...
http://www.cfl.co.nz
> > Can I use the Datasource property of TIBOQuery to setup master-yes I did, it doesn't works. I'm using Dialect3.
> > detail relationship.
>
> Yes, did you try it?
>
> It works just like TQuery.
I have a 2 queries
qryA.SQL.Text = select * from "Client"
and
qryB.SQL.Text = select * from "Addresses" where "Client" =
:"Client_Number"
and I have a datasource 'dtsA' that has dataset pointing to qryA
and datasource property of qryB is pointing to 'dtsA'.
Sandeep
Software Developer
CFL
sandeep@...
http://www.cfl.co.nz