Subject | Re: [IBO] Error executing sp |
---|---|
Author | constantijnw |
Post date | 2004-06-05T10:43:57Z |
--- In IBObjects@yahoogroups.com, "Alan McDonald" <alan@m...> wrote:
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.
> then you must be executing it not selecting it.Yes:
> try EXIT; instead
> Alan
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.