Subject Re: Re[2]: [Firebird-Architect] IBX and Firebird
Author Cédric joubert
I don't work in lynux but thnaks for the info..
--------------------------------
Cédric Joubert
----- Original Message -----
From: "Marius Popa" <jimi_compot@...>
To: <Firebird-Architect@yahoogroups.com>
Sent: Tuesday, May 27, 2003 9:30 PM
Subject: Re: Re[2]: [Firebird-Architect] IBX and Firebird


> If you work in linux you may try a lazarus ide project
>
> lazarus.freepascal.org (On windows is still buggy..)
> It have TIBquery and here is a example
> myIBSecond.SQL.Clear;
> myIBSecond.SQL.Add('Select count(ID) as NumOfItems
> from items');
> myIBSecond.Open;
> If you need more help you can ask on lazarus lists
> (How to install,build,enable ib components)