Subject RE: [IBO] Determine if a table exists
Author Jason Wharton
Just query the metadata RDB$RELATIONS table.

Jason

-----Original Message-----
From: sgharp [mailto:steve@...]
Sent: Friday, June 18, 2004 9:17 AM
To: IBObjects@yahoogroups.com
Subject: [IBO] Determine if a table exists


Hi All,

Can anyone suggest a gracefull way to determine if a table exists in
a Firebird 1.0 database? I'd like to develope a class for handling
temporary tables and need to keep track of what has been created and
dropped. If I could determine if a table exists, then I could have
a cleanup method.

Thanks for any suggestions,
Steve