Subject Plan Error?
Author dr_bentonquest <correoschafa@hotmail.com>
Hi there,

To fill in the SQL property of my TIBOQuery componentes, I select
the 'Edit Query' option from the right click menu. I usually select a
list of fields ordered by the primary key, for example:

SELECT ITEMCODE,ITEMDESCRIP FROM ITEMS
ORDER BY ITEMCODE

Clicking on the 'Apply' button gets me a PLAN ERROR! message. Don't
know why such a simple SELECT would get this. At this stage of my
application development, most tables include only two fields, one of
them being the PK and there are no FKs.

Should I worry about this message?

Thanks in advance,

-BQ