Subject | RE: [ib-support] Re: problem with very simple Stored Procedure |
---|---|
Author | Alan McDonald |
Post date | 2002-08-27T08:58:49Z |
I have indeed and I get no errors
I also need to put suspend;
here
CREATE PROCEDURE NewN_ROW
RETURNS
(result integer)
as
begin
result=GEN_ID(N_ROW_GEN, 1);
suspend;
end
to make
select result from NEWN_ROW
return a result!
-----Original Message-----
From: duilio_fos [mailto:irel_llc@...]
Sent: Tuesday, 27 August 2002 17:40
To: ib-support@yahoogroups.com
Subject: [ib-support] Re: problem with very simple Stored Procedure
The scientific approach is based on experiment.
Did you _test_ my code with Marathon v. 1.6 ?
Thank you
Duilio Foschi
Yahoo! Groups Sponsor
ADVERTISEMENT
To unsubscribe from this group, send an email to:
ib-support-unsubscribe@egroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
I also need to put suspend;
here
CREATE PROCEDURE NewN_ROW
RETURNS
(result integer)
as
begin
result=GEN_ID(N_ROW_GEN, 1);
suspend;
end
to make
select result from NEWN_ROW
return a result!
-----Original Message-----
From: duilio_fos [mailto:irel_llc@...]
Sent: Tuesday, 27 August 2002 17:40
To: ib-support@yahoogroups.com
Subject: [ib-support] Re: problem with very simple Stored Procedure
>i doubt a marathon bugyour opinions are precious in the field of politics, religion and art.
The scientific approach is based on experiment.
Did you _test_ my code with Marathon v. 1.6 ?
Thank you
Duilio Foschi
Yahoo! Groups Sponsor
ADVERTISEMENT
To unsubscribe from this group, send an email to:
ib-support-unsubscribe@egroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]