Subject Re: [firebird-support] rfunc procedure does not work in Firebird 2.5
Author Michael Ludwig
softdestek schrieb am 17.05.2012 um 10:20 (-0000):
> Firebird 1.5 is trying to ask the employee strcount procedure.
> But the Firebird 2.5 does not work.
> What can I do for work.

Googling seems to indicate that STRCOUNT is from a UDF library.

https://www.google.com/search?q=firebird+strcount

Looks like you should make the library available to your server.
What have you tried so far?

Michael

> -----------------------------
> SELECT STRCOUNT( '.', '81.52.525') FROM RDB$DATABASE;
>
> error message:
> SQL Error: invalid request BLR at offset 60 function STRCOUNT is not
> defined module name or entrypoint could not be found. Error Code:
> -104. Invalid token The SQL: SELECT STRCOUNT( '.', '81.52.525') FROM
> RDB$DATABASE