Subject | Re: ERROR: function STRFORMAT could not be matched |
---|---|
Author | elkins_villalona |
Post date | 2006-10-25T14:59:29Z |
I'm sorry but i found that the UDF_FILE.DLL is a dll for interbase
by David Revill that is downloadable from ibphoenix
(http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_udf_libs)
and maybe is not full compatible with firebird.
Anyway if anybody is using that dll and knows a workaround please
let me know.
Thanks for your response
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@...>
wrote:
by David Revill that is downloadable from ibphoenix
(http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_udf_libs)
and maybe is not full compatible with firebird.
Anyway if anybody is using that dll and knows a workaround please
let me know.
Thanks for your response
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@...>
wrote:
>UDF_FILE.DLL?
> At 06:27 AM 25/10/2006, you wrote:
> >Hi, i'm new in this group, and i need some help.
> >It's there any issue with the STRFORMAT in FB 2.0 and the
>not
> There is no "UDF_FILE.DLL" that I know of. The two shipped UDF
> libraries are ib_udf.dll and fbudf.dll, neither of which has a
> function STRFORMAT.
>
> >Any time i try to use it got this ERROR: function STRFORMAT could
> >be matched. The other functions in the dll are doing ok.the
>
> Could it be that your function is in some custom library that you
> haven't moved into the \UDF subfolder of your Fb 2.0 installation?
>
> The isql utility SHOW FUNCTION statement can help you to find out
> details of a UDF that is declared in your database. For example,I
> have a specialised declaration of a function that lives in fbudf,
> which I have declared as longstring2blob:
>
> SQL> show function longstring2blob;
>
> Function LONGSTRING2BLOB:
> Function library is fbudf
> Entry point is string2blob
> Argument 1: BY DESCRIPTOR VARCHAR(32765) CHARACTER SET NONE
> Returns BLOB
> SQL>
>
> HTH
> ./heLen
>