Subject Re: [firebird-support] How to Import Udf
Author Helen Borrie
At 06:33 PM 20/04/2006, you wrote:
>I want to design an application in delphi to import udfs from one
>database to other. Is it possible.

What exactly are you talking about here?

UDFs don't live in databases, they are extensions of the server. In
databases, you store declarations of the desired UDFs.

Do you mean, could you suck the declarations from the system tables
in one database and implant them in the system tables of
another? Why would you want to try to do this dangerous thing from a
Delphi application, when you could simply perform them in a script or
a series of individual statements more simply and without risk of
corrupting your target database?

./heLen