Subject Re: [IBO] Locate doesn't work on TIBOQuery?
Author ra8009
I'm using IBO 4 files that I bought about a year ago. I'm not sure
which sub-version.

--- In IBObjects@yahoogroups.com, Daniel Rail <daniel@a...> wrote:
> Hi,
>
> At March 4, 2004, 18:44, ra8009 wrote:
>
> > I use a locate using a partial key against a query like the one below
> > using a TIBOQuery. Most of the time, I get a "Token unknown" error
> > listing _NAME as the problem. Here's what shows up in the Monitor Log:
>
> > INTERPRETE BUFFER = _NAME
> > ERRCODE = -1
>
> > Here's the SQL:
>
> > SELECT
> > Customer_ID,
> > Last_Name,
> > First_Name,
> > Cust_Active,
> > ((Last_Name||', ')||First_Name) as Name
> > FROM Custinfo C
> > where
> > Cust_Active = :Status
>
> > I'm running against Firebird 1.5. What could be wrong?
>
> Which version of IBO are you using?
>
> --
> Best regards,
> Daniel Rail
> Senior System Engineer
> ACCRA Group Inc. (www.accra.ca)
> ACCRA Med Software Inc. (www.filopto.com)