Subject | Re: [firebird-support] rfunc procedure does not work in Firebird 2.5 |
---|---|
Author | Michael Ludwig |
Post date | 2012-05-17T14:24:12Z |
softdestek schrieb am 17.05.2012 um 10:20 (-0000):
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
> Firebird 1.5 is trying to ask the employee strcount procedure.Googling seems to indicate that STRCOUNT is from a UDF library.
> But the Firebird 2.5 does not work.
> What can I do for work.
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