Subject Really strange
Author guido.klapperich@t-online.de
I have a table TEST with two columns
PK Integer
Order Varchar(100)

when I use in a IB_query 'select * from test' the result shows PK and
Order. Now I use 'select PK, Order from test', then comes the message
'Column unknow: Order'.
Any ideas ?


Guido