Subject RE: [firebird-support] Deleting all foreign keys of my database
Author Si Carter
> -----Original Message-----
> Is it there a sentence that lets me delete all foreign keys
> in a database?

You cant, AFAIK, delete all FKs in one hit. Visit
(http://www.fbtalk.net/viewtopic.php?id=340) for the SQL needed to get FK's
and then iterate through the list and drop them individually.

rgds

Si Carter
http://www.fbtalk.net/
http://sourceforge.net/projects/fbutils/
http://sourceforge.net/projects/dnfbb/