Subject Re: How to update table structure with SQL?
Author neighbour.kerry
--- In firebird-support@yahoogroups.com, Doug Chamberlin <dougchamberlin@...> wrote:

>
> As Emil has mentioned, Firebird has a way to detect whether a table
> exists - just query the system tables using standard SQL. These can also be used to detect existing fields in tables.

Well - not really. You can certainly run a SELECT query to see if a system object exists, but then Firebird can do nothing with it. ie there is no IF...which is why I have to use Delphi.

No problems, that is what I was doing anyway - I just had trouble believing Firebird could not do this, and had the feeling I was going down the wrong path.