Page 1 of 1

FB IBDAC 2.50.0.35 know if a table exist

Posted: Thu 10 Jul 2008 16:07
by calou
Hello,

I want to know if there is a way to know if a Firebird table exists?
for example i want to test if the table 'toto' exists in the database or not.

Thank you for help

Regards

Posted: Fri 11 Jul 2008 06:56
by Plash
You can use the Exists property of TIBCTable.

Alternatively you can use the TIBCMetaData component to query information about the specified table.