Subject Re: [firebird-support] udf won't do what it should
Author Dimitry Sibiryakov
On 22 Jun 2006 at 22:16, martinknappe wrote:

>now, the problem comes in when i want to use the function in my
>firebird database. i declared the udf via:
>
>DECLARE EXTERNAL FUNCTION REPLACESUBSTRING
> CSTRING(100),
>What am I doing wrong here?

Parameter types mismatch. You declare the UDF as accepting chars,
but inside you accept wide chars. That won't go.

--
SY, Dimitry Sibiryakov.