Subject DROP CASCADE
Author okeanospacifik
Hello all,

I'm new with Firebird. I'm looking for the way to do a "DROP TABLE
mytable CASCADE" to drop the table 'mytable' and all tables with
constraints on this table. I can do this with mysql, oracle, maxdb,
but when I try this with Firebird, I get an error, and I found nothing
in the documentation about this.

So if you have an idea, it will be great

thanks.