Subject | Re: [ib-support] UDF migration |
---|---|
Author | Nick Upson |
Post date | 2003-05-14T19:11:22Z |
Unfortunately they were defined with a full path so after migration they
don't work. Deleting/updating them would be difficult due to dependancies.
Is there a way I can (perhaps updating a system table) change the path
In article <3EC1E84D.8040609@...>, Milan Babuskov wrote:
Nick
-----We Solve your Computer Problems---
Founder & Listowner of the Prolifics User Group
Panther, Ingres, UNIX, Interbase - Available Shortly
don't work. Deleting/updating them would be difficult due to dependancies.
Is there a way I can (perhaps updating a system table) change the path
In article <3EC1E84D.8040609@...>, Milan Babuskov wrote:
> Well, when declaring UDS in Firebird, you don't have to put full path,--
> just library name, for example:
>
> DECLARE EXTERNAL FUNCTION abs
> DOUBLE PRECISION
> RETURNS DOUBLE PRECISION BY VALUE
> ENTRY_POINT 'IB_UDF_abs' MODULE_NAME 'ib_udf';
>
> This will look for library named: ib_udf, in default UDF folder, which
> should be /opt/interbase/UDF/ on Red Hat.
>
> See ib_udf.sql file in examples directory of your firebird installation.
>
Nick
-----We Solve your Computer Problems---
Founder & Listowner of the Prolifics User Group
Panther, Ingres, UNIX, Interbase - Available Shortly