Subject Re: [IBO] Stored Procedure half-Select half-Executable
Author Svein Erling Tysvær
>I know SUSPEND is not recommended for Select-Procedures

I think it is the other way around, SUSPEND is only recommended for select
procedures.

>Has anyone any idea or advice?

Never done anything like it. The one thing I would be careful to check, is
how IBO reacts to something like this. Will it know that changes have been
done? Maybe you have to set RequestLive to true (doubt it) or change your
logic to make it two procedures, but I don't know. Do you have any
particular problems?

Set