[lazarus] Where is the table component?
Michael.VanCanneyt at Wisa.be
Michael.VanCanneyt at Wisa.be
Sun Oct 26 05:27:42 EST 2003
On Sun, 26 Oct 2003, spiri wrote:
> Hi,
> now that I have the Interbase/Firebird components instaled,
> I need to connect the dataset to a table but I don't see any table in
> the palete!
> how do I solve this?
There is no TTable component in the interbase components. You can simply use
a query:
SELECT * FROM TableName;
But at the moment, the TIBQuery does not appear on the palette, I think,
as far as I remember, the streaming of TIBQuery fails, so you will have to
create it manually.
Michael.
More information about the Lazarus
mailing list