how work IBCQuery

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
brakaman
Posts: 9
Joined: Mon 19 Feb 2007 20:52
Location: Spain

how work IBCQuery

Post by brakaman » Sun 20 May 2007 20:04

Hi Forum:

I'm trying the component IBCQUERY ....

Drop in a form. IBCConnection IBCTransaction, IBCDatasource and DBGrid and IBCQuery . Assign the properties.......

After connect to database correctly i try generate the sententes sql . with double-click in the component IBCQUERY and choose the folder SQL Generator but the combobox table name appear empty.

what's done wrong?

Pardon by my very bad English. :roll:

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Mon 21 May 2007 08:39

The SQL generator tab allows you to generate update SQL statements. To use it, you should set the SQL property with a SELECT statement. E.g. "SELECT * FROM emp". Also the connection to the database should be active. In case of inactive connection, the connection dialog appears first time you enter SQL Generator tab and click the "Table Name" combobox

Post Reply