Subject Re: RES: [firebird-support] Re: soundex
Author Ivan C Cruz
Andre Fogelman escreveu:

>I tried to create the procedure but I get an error on the following
>line:
>
> vCurrChar = CAST(SUBSTRING(ipWORD FROM :vidx FOR 1) AS CHAR(1));
>
>
Firebird 1.5 does not accept variables on FROM and FOR.
That limitation was removed on FB 2.

Ivan.