Subject | Re: [ib-support] May be Bug Fixed bat a useful Feature lost In FB RC2. |
---|---|
Author | Claudio Valderrama C. |
Post date | 2002-02-26T05:26:28Z |
""R. S. Patil"" <kpr_rspatil@...> wrote in message
news:3C78DF3E.9080906@......
procedures? Same as generators in use, they can't be dropped. Too many
spoiled databases in the past. Your case just happens to be the opposite.
set rdb$module_name = 'FreeUDFLibC'
where rdb$module_name = 'FreeUDFLib.dll';
Will have to implement the ALTER FUNCTION command in the future...
I personally don't use the DLL extension in Windows for declaring the
function's module_name.
C.
--
Claudio Valderrama C. - http://www.cvalde.com - http://www.firebirdSql.org
Independent developer
Owner of the Interbase® WebRing
news:3C78DF3E.9080906@......
>Do you mean UDFs that are already used by some views, computed fields and
> i was able to drop udf Definetions and Upload Linux UDF definetions
> without any problems.
procedures? Same as generators in use, they can't be dropped. Too many
spoiled databases in the past. Your case just happens to be the opposite.
> The UDF names are offcourse same for exampleupdate rdb$functions
>
> Windows Definetion -
>
> declare external function f_AddMonth
> date,
> integer
> returns
> date /* free_it */
> entry_point 'AddMonth' module_name 'FreeUDFLib.dll';
>
> Linux Definetion
>
> declare external function f_AddMonth
> date, integer
> returns date free_it
> entry_point 'add_month' module_name 'FreeUDFLibC';
set rdb$module_name = 'FreeUDFLibC'
where rdb$module_name = 'FreeUDFLib.dll';
Will have to implement the ALTER FUNCTION command in the future...
I personally don't use the DLL extension in Windows for declaring the
function's module_name.
C.
--
Claudio Valderrama C. - http://www.cvalde.com - http://www.firebirdSql.org
Independent developer
Owner of the Interbase® WebRing