Subject | Re: [IBO] TIBOQuery |
---|---|
Author | Jason Wharton |
Post date | 2001-10-18T22:15:31Z |
I'll log this as a potential bug. If it is a bug, it has to do with the case
sensitivity of identifiers.
In the meantime, perhaps you could snoop in the code to see where it isn't
working.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
sensitivity of identifiers.
In the meantime, perhaps you could snoop in the code to see where it isn't
working.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "Sandeep" <sandeep@...>
To: <IBObjects@yahoogroups.com>
Sent: Thursday, October 18, 2001 3:06 PM
Subject: Re: [IBO] TIBOQuery
> On 18 Oct 2001, at 14:20, Jason Wharton wrote:
>
> > > Can I use the Datasource property of TIBOQuery to setup master-
> > > detail relationship.
> >
> > Yes, did you try it?
> >
> > It works just like TQuery.
>
> yes I did, it doesn't works. I'm using Dialect3.
> 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