Subject Using UDF's from IB_UDF
Author dpanidis
Hello all!

just a quick question on UDF's
I wanted to implement the RPAD udf function that is integrated in the
ib_udf library. I created it successfully in my database. The question
is once I deploy my application elsewhere (install Firebird with its
DLL's, and also ship the database file with the RPAD UDF function
already in it) do I need to re-install the RPAD function, or is it
already in the database file that I ship with the application?
Basically, the question is: these functions are part of the engine? or
the database? Thanking in advance!