Subject | Re: [Firebird-general] Circular references in FireBird/Interbase? |
---|---|
Author | Martijn Tonies |
Post date | 2003-05-21T15:53:57Z |
Hi,
email to that list.
Anyway - why can't you drop the table? What's the error message?
('Cause you should be able to drop it). If this is the only column in
the table, you cannot drop the column - a table needs at least one
column.
With regards,
Martijn Tonies
Database Workbench - the developer tool for InterBase & Firebird
Upscene Productions
http://www.upscene.com
See you at the First European Firebird Conference in May in Fulda, Germany
http://www.firebird-conference.com
> Some day I made like this...:The support list would be ib-support@yahoogroups.com - please send
>
> Create domain my_domain_integer not null;
>
> Create table table1
>
>
> id my_domain_integer;
> );
>
>
> Now, I want to drop this table, but the domain referenced by the field and
> the field can not delete because the references of the domain.
>
> What Happed?
>
> I can not drop the table.
> I can not drop the field.
> I can not drop the domain.
email to that list.
Anyway - why can't you drop the table? What's the error message?
('Cause you should be able to drop it). If this is the only column in
the table, you cannot drop the column - a table needs at least one
column.
With regards,
Martijn Tonies
Database Workbench - the developer tool for InterBase & Firebird
Upscene Productions
http://www.upscene.com
See you at the First European Firebird Conference in May in Fulda, Germany
http://www.firebird-conference.com