Subject Circular references in FireBird/Interbase?
Author Fernando Buitrago (Listas y Foros)
Hi

Some day I made like this...:

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.

Ufffff........................


Regards

Fernando Buitrago