Subject Re: [IBO] ibotable filter problem
Author Jason Wharton
I'm very sorry but the prefix isn't SQL:: it is ::SQL::.

There are double colon's before and after the SQL not just after it.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Hundri Magusin" <hundri_106@...>
Newsgroups: egroups.ibobjects
To: <IBObjects@yahoogroups.com>
Sent: Tuesday, February 26, 2002 12:31 PM
Subject: Re: [IBO] ibotable filter problem


> ""Jason Wharton"" <jwharton@...> wrote in message
> news:0ccb01c1be91$66bea4f0$dc756a41@CX170673E...
> > > nope, it still complains about the missing or extra bracket. So far
the
> > 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
> >
>
> yes, with the same result. For example I've tried:
> SQL::(x)=y
> SQL::(x+y)=z
> SQL::((x+y)=z)
>
> all without success.
>
> Am I missing some property setting here?
> H.