Subject Re: [ib-support] Stored Procedure
Author Phil Shrimpton
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