Subject Re: [IBO] Very bizarre behavior
Author Joe Martinez
> >
> >Yes. These are the values for the primary key. The name of the primary
> >key column is PRODBARCODE and is of type VARCHAR(25).
> >
> >
> >What I mean is, for example, if instead of setting the SQL to:
> >Select * from products where PRODBARCODE = 'KBSolidRED'
> >
> >I instead set it to:
> >Select * from products where PRODBARCODE = 'KBSolidWH'
> >
> >The first case generates an AV. The second case doesn't generate an AV,
> >but displays the record correctly.
>
>What KeyLinks are set for the TIBOTable?

PRODBARCODE


>Did this ever work before?

Yes. In fact, it works fine in most cases. I've only received the
complaint of this happening from a few of my customers. I had one of them
send me their database, so was able to reproduce it.

-Joe