TIBCQuery Table List

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
alangiv
Posts: 1
Joined: Thu 21 May 2009 13:08

TIBCQuery Table List

Post by alangiv » Thu 21 May 2009 13:51

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.

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

Post by Plash » Fri 22 May 2009 07:33

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.

Post Reply