Subject | Re: [IBO] ibotable filter problem |
---|---|
Author | Hundri Magusin |
Post date | 2002-02-26T11:26:48Z |
""Jason Wharton"" <jwharton@...> wrote in message
news:0ccb01c1be91$66bea4f0$dc756a41@CX170673E...
SQL::(x)=y
SQL::(x+y)=z
SQL::((x+y)=z)
all without success.
Am I missing some property setting here?
H.
news:0ccb01c1be91$66bea4f0$dc756a41@CX170673E...
> > nope, it still complains about the missing or extra bracket. So far theyes, with the same result. For example I've tried:
> only
> > workable solution I found is
> > x=a+b
> >
> > The irritating aspect and one which led me to hours of wasted debugging
> time
> > is the fact that while x=a+b works, x=a + b (note the spaces) does not.
>
> Did you try the SQL:: prefix?
>
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
SQL::(x)=y
SQL::(x+y)=z
SQL::((x+y)=z)
all without success.
Am I missing some property setting here?
H.