Page 1 of 1

TIBCQuery Table List

Posted: Thu 21 May 2009 13:51
by alangiv
Hi. In the TIBCQuery SQL Generator there is a combo box "Table Name". Is this dropdown supposed to provide a list of tables?

When I click on the drop-down button, I get an SQL-wait cursor for a second or less, but no table list appears. If I type in a table name manually, and then click "Get Fields", all the fields for that table are displayed. Is there some property I am missing?

I am using the latest Unicode version of the Delphi 2007 components, (version 3.00.0.2 specifically) on Delphi 2007 R2 with all the latest updates applied.

The database is on a Firebird 2.1 Classic server on Linux, but connecting to a local Firebird 2.1 database on Windows XP produces the same results.

On a side note, I have noticed that entering bad connection parameters can sometimes freeze Delphi - it seems like there is no timeout under certain circumstances.

Any help would be appreciated.

Posted: Fri 22 May 2009 07:33
by Plash
This combo box shows the list of tables from the SELECT statement you have written in SQL tab. If you have not written SQL yet, the list of tables is empty.