Subject Re: Database Server Error:unsuccessful metadata update cannot delete DOMAIN RDB$1749
Author karolbieniaszewski
--- In firebird-support@yahoogroups.com, "karolbieniaszewski" <liviuslivius@...> wrote:
>
>
> --- In firebird-support@yahoogroups.com, Milan Babuskov <milanb@> wrote:
> >
> > karolbieniaszewski wrote:
> > > how can i check what dependicies exists on field listed in
> > > RDB$FIELDS?
> > >
> > > SELECT *
> > > FROM RDB$FIELDS a
> > > WHERE
> > > a.RDB$FIELD_NAME like 'RDB$1749%'
> > >
> > > result me 1 record
> > > but
> > >
> > > SELECT *
> > > FROM RDB$RELATION_FIELDS a
> > > where
> > > a.RDB$FIELD_SOURCE like 'RDB$1749%'
> > >
> > > return 0 records
> >
> > Maybe it's a stored procedure parameter?
> >
> > --
> > Milan Babuskov
> >
> > ==================================
> > The easiest way to import XML, CSV
> > and textual files into Firebird:
> > http://www.guacosoft.com/xmlwizard
> > ==================================
> >
>
> Good suggestion - i check this on Monday
>
> Karol Bieniaszewski
>

I check this and this is output parameter for my stored procedure
but this procedure is not used in any object in database - only is executed by client application


then how can i have dependencies on this parameter??

Karol Bieniaszewski