Subject query, select upper(field), field not found
Author Boris Schlüszler
Hi!

In IBO 4.2.Fh with D5.01 I experienced this peculiar behaviour:

I set up an IB_Cursor with

select upper(text) from kt

Everything works fine.

I set up an IB_Query with

select upper(text) from kt

On prepare IBO croaks: " not found"!?

Regards, Boris