Subject | Re: [firebird-support] How to Import Udf |
---|---|
Author | Helen Borrie |
Post date | 2006-04-20T09:14:25Z |
At 06:33 PM 20/04/2006, you wrote:
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
>I want to design an application in delphi to import udfs from oneWhat exactly are you talking about here?
>database to other. Is it possible.
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