Page 1 of 1

Get TableName od a database

Posted: Fri 08 Aug 2008 15:50
by calou
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

Posted: Mon 11 Aug 2008 06:40
by Plash
You can use the GetTableNames method of TIBCConnection or use the TIBCMetaData component.