FB IBDAC 2.50.0.35 know if a table exist

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
calou
Posts: 116
Joined: Tue 27 May 2008 12:46

FB IBDAC 2.50.0.35 know if a table exist

Post by calou » Thu 10 Jul 2008 16:07

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

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Fri 11 Jul 2008 06:56

You can use the Exists property of TIBCTable.

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

Post Reply