Subject Re: [IBO] Configure Queries at run_time
Author Svein Erling Tysvaer
Wayne,

lines like

> ' , INITIAL_TAKE_ON' +
> 'FROM CLIENT_ACCOUNT');

would be translated to ' , INITIAL_TAKE_ONFROM CLIENT_ACCOUNT'

So I would guess you should get a compile error upon prepare, i.e. before
open. Add a few spaces to your code and ask again if this doesn't solve
your problem.

HTH,
Set