Subject | Re: Strange database issue - invalid request BLR |
---|---|
Author | vladman992000 |
Post date | 2008-11-21T18:35:25Z |
--- In firebird-support@yahoogroups.com, Svein Erling Tysvær
<svein.erling.tysvaer@...> wrote:
that you either change your call to SELECT R_ID FROM
LOG_WRITE_PRC(:V_USER_ID,:A_IPADDRESS,'User ' ||
SUSPEND with EXIT.
Bingo! You are correct. I should have realized that. I only
recently added a returned value from the LOG_WRITE_PRC procedure, and
consequently it was returning something with no place to put it. I
changed the calling procedure to accommodate the returned value, and
its working perfectly now.
Thank you to all who commented on this. Much appreciated.
Myles
<svein.erling.tysvaer@...> wrote:
>procedure itself is a selectable procedure (due to SUSPEND). I suggest
> Don't know if it is relevant, but you use EXECUTE PROCEDURE when the
that you either change your call to SELECT R_ID FROM
LOG_WRITE_PRC(:V_USER_ID,:A_IPADDRESS,'User ' ||
> :A_LOGIN_ID || ' successfully logged in.', 'User ' || :A_LOGIN_ID ||' successfully logged in.'); rather than EXECUTE PROCEDURE or replace
SUSPEND with EXIT.
Bingo! You are correct. I should have realized that. I only
recently added a returned value from the LOG_WRITE_PRC procedure, and
consequently it was returning something with no place to put it. I
changed the calling procedure to accommodate the returned value, and
its working perfectly now.
Thank you to all who commented on this. Much appreciated.
Myles