Subject | RE: [ib-support] Stor Proc |
---|---|
Author | Alan McDonald |
Post date | 2002-08-09T01:01:45Z |
after
-----Original Message-----
From: Sandeep Chandra [mailto:sandeep@...]
Sent: Friday, 9 August 2002 22:32
To: ib-support@yahoogroups.com
Subject: [ib-support] Stor Proc
If I have a stor proc like
create procedure a
returns (error varchar (255))
as
begin
.
.
.
execute procedure b;
line X
.
suspend;
end
Will line X be executed after completely executing procedure b, or is
procedure b run in a separate thread?
Regards
Sandeep
Yahoo! Groups Sponsor
Click here to find your contact lenses!
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]
-----Original Message-----
From: Sandeep Chandra [mailto:sandeep@...]
Sent: Friday, 9 August 2002 22:32
To: ib-support@yahoogroups.com
Subject: [ib-support] Stor Proc
If I have a stor proc like
create procedure a
returns (error varchar (255))
as
begin
.
.
.
execute procedure b;
line X
.
suspend;
end
Will line X be executed after completely executing procedure b, or is
procedure b run in a separate thread?
Regards
Sandeep
Yahoo! Groups Sponsor
Click here to find your contact lenses!
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]