Subject | Re: [firebird-support] Re: Problem removing UDF |
---|---|
Author | Milan Babuskov |
Post date | 2010-01-18T21:22:27Z |
kittikira wrote:
version is. For example, I have two databases of the same logical
structure (SQL), but different on-disk structure (ODS). IIRC, on ODS
11.1 database the computed-field dependency was detected, and on 11.0
and below it was not (of something like that).
Check ODS version with gstat -h. If it is lower than 11.1, do a backup
and subsequent restore.
HTH
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================
> I use Firebird 2.1.3.18185I had a similar problem. Firebird version is not that important, ODS
>>> Why does Firebird not tell me, that the udf is used by computed fields,
>>> when I want to drop it?
>>> If it is used in a stored procedure, a trigger or a view I cannot drop the
>>> UDF. Why can I drop it when it is used by a computed field?
version is. For example, I have two databases of the same logical
structure (SQL), but different on-disk structure (ODS). IIRC, on ODS
11.1 database the computed-field dependency was detected, and on 11.0
and below it was not (of something like that).
Check ODS version with gstat -h. If it is lower than 11.1, do a backup
and subsequent restore.
HTH
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================