Subject | Re: [ib-support] Stored Procedure |
---|---|
Author | Ajay |
Post date | 2002-11-30T06:55:49Z |
Yea suspend did the trick.
----- Original Message -----
From: Phil Shrimpton
To: ib-support@yahoogroups.com
Sent: Friday, November 29, 2002 7:03 PM
Subject: Re: [ib-support] Stored Procedure
On Friday 29 November 2002 14:39, you wrote:
Hi,
> I tried Compiling this Procedure
> in IBConsole it Compiles properly but returns Null when i pass any
> parameter, there are records with the first name .
> Begin
> If (Contacts = '') then
> begin
> Contacts = :Contact ;
> end
> else
> begin
> Contacts = : Contacts || ',' || : Contact ;
> end
SUSPEND;
> end
Phil
--
Linux 2.4.4-4GB
1:32pm up 5:45, 1 user, load average: 0.14, 0.06, 0.01
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]