Subject | Re: Greetings, and, Fire! |
---|---|
Author | alex_vnru |
Post date | 2002-06-07T18:41:07Z |
--- In ib-support@y..., "Edson T. Marques" <marques@o...> wrote:
1.0. I just tested
Create procedure TestIn(ParStr VarChar(30))
Returns (Name Char(30))
As
Begin
For select Name from Classes
where :ParStr LIKE '%,' || ID ||',%'
Into :Name
Do Suspend;
End
Select * from testin(',1,4,8,14,')
and got expected result. Search reason in application or intermediate
software or data itself.
Best reagrds.
> It works fine once, but by now,(I suspect, and all clues indicatesthat)
> whit Firebird 1.0, it stop to work.Edson, I should assure you that it works on LI-V6.2.796 Firebird
> I only want to know if this suspects is true.
1.0. I just tested
Create procedure TestIn(ParStr VarChar(30))
Returns (Name Char(30))
As
Begin
For select Name from Classes
where :ParStr LIKE '%,' || ID ||',%'
Into :Name
Do Suspend;
End
Select * from testin(',1,4,8,14,')
and got expected result. Search reason in application or intermediate
software or data itself.
Best reagrds.