Subject RE: [IBO] Plan Error?
Author Brian K. Woods
BQ,

> -----Original Message-----
> From: dr_bentonquest <correoschafa@...>
> [mailto:correoschafa@...]
> Sent: Tuesday, February 18, 2003 5:11 PM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] Plan Error?
>
> 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?

Not to worry - it's correct behavior, just a confusing message. If you
click Apply, the query is unprepared, i.e. there is no information to
determine the plan, so there is a "plan error". After you click Apply, just
go up and click the Prepare button on the toolbar (lightbulb). Voila, your
plan re-appears.

Happy coding,
Brian