Subject Re: [firebird-support] Does This Table, or Column, Exist?
Author Peter Faulks
On Sun, 13 Feb 2005 10:38:47 -0000
"pukindog_2004" <pukindog_2004@...> wrote:

> How can I find if a particular table exists in the
> database, or a particular column exists in a table?

How about ISQL's SHOW TABLES and SHOW TABLE table

Regards