Subject Re: [IBO] Error executing sp
Author constantijnw
--- In IBObjects@yahoogroups.com, "Alan McDonald" <alan@m...> wrote:
> then you must be executing it not selecting it.
> try EXIT; instead
> Alan

Yes:

EXECUTE PROCEDURE USER_SESSION_START2(:ACCOUNTNAME,:USERNAME:PASSWRD);

I included an EXIT statement in the sp (that's what you suggested?)
but I'm still getting this error.