Subject Re: Replace character in Firebird
Author nikoskapa
--- In firebird-support@yahoogroups.com, Alexandre Benson Smith
<iblist@...> wrote:
>
> nikoskapa wrote:
> > I wish to use the rFunc library.
> > How to install it in firebird dbms?
> >
> 1.) Download the library pack
> 2.) Put it (.dll or .so) on your UDF directory (usually <Firebird
> Install Dir>/UDF)
> 3.) Declare it inside your database
>
> To declare it you should know the entry point name and the parameters,
> probably rFunc has a .sql file with all the declarations, just copy and
> paste in isql (or some other tool) and run it, you could declare all
> UDF's or just the ones you will use.
>
> see you !
>
> --
> Alexandre Benson Smith
> Development
> THOR Software e Comercial Ltda
> Santo Andre - Sao Paulo - Brazil
> www.thorsoftware.com.br
>

Thanks man, that worked great..
See Ya