Get TableName od a database

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

Get TableName od a database

Post by calou » Fri 08 Aug 2008 15:50

Hello,

I use FB2.1 and i would like to get all the table names of the database in order to see if there is a new table in the database.

How can i do this?

Thank you for help

Regards

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

Post by Plash » Mon 11 Aug 2008 06:40

You can use the GetTableNames method of TIBCConnection or use the TIBCMetaData component.

Post Reply