Subject | Re: [ib-support] attaching udf |
---|---|
Author | Helen Borrie |
Post date | 2002-07-19T04:46:57Z |
At 04:05 AM 19-07-02 +0000, you wrote:
installed there
2. Pick up the declarations for the funcs you want to use by copy-pasting
from fbudf.sql into a script or other DDL interface, and commit.
3. After that, just use the functions.
(LangRef.pdf, SQL Statement and Function Reference)
New funcs added in Firebird only are documented in the Release Notes.
All Firebird internal funcs and all of the funcs in fbudf are documented in
the Firebird Reference Guide (currently available to IBPhoenix CD
subscribers as a beta document).
implemented in UDFs. Look at some of the other UDF libraries as well.
heLen
All for Open and Open for All
Firebird Open SQL Database · http://firebirdsql.org ·
http://users.tpg.com.au/helebor/
_______________________________________________________
>Hi,1. Place the dll in your {firebird-root}\udf directory if it's not already
>
> How to attach the fbudf to the database. I am using
>FB 1 on W2k.
installed there
2. Pick up the declarations for the funcs you want to use by copy-pasting
from fbudf.sql into a script or other DDL interface, and commit.
3. After that, just use the functions.
> is there any docs on internal functions likeInternal funcs inherited from InterBase are in the InterBase docs
>SUSBSTRING?
(LangRef.pdf, SQL Statement and Function Reference)
New funcs added in Firebird only are documented in the Release Notes.
All Firebird internal funcs and all of the funcs in fbudf are documented in
the Firebird Reference Guide (currently available to IBPhoenix CD
subscribers as a beta document).
>Are there any other functions like this ?There are not a lot of string functions in FB/IB because they tend to be
implemented in UDFs. Look at some of the other UDF libraries as well.
heLen
All for Open and Open for All
Firebird Open SQL Database · http://firebirdsql.org ·
http://users.tpg.com.au/helebor/
_______________________________________________________