Subject Re: [ib-support] Re: just if you are curious
Author Roberto Della Pasqua
Hi Arno,
sorry but I dont' have the FecthAll method on TIBSQL (latest version from
Jeff Overcash IBX 5.04),
I had take a look to the class, but nothing of similar at fetchall I have
found...
Bye...
----- Original Message -----
From: "Arno Brinkman" <firebird@...>
To: <ib-support@yahoogroups.com>
Sent: Saturday, February 22, 2003 3:50 PM
Subject: Re: [ib-support] Re: just if you are curious


> Hi,
>
> Run your test again with a adding a line :
>
> > for I := 1 to 1000 do // Iterate
> > begin
> > sql := randomSQL;
> > Memo1.Lines.add(sql);
> > IBTransaction1.StartTransaction;
> > IBSQL1.SQL.Clear;
> > IBSQL1.SQL.Add(Double39(sql));
> > IBSQL1.Prepare;
> > IBSQL1.ExecQuery;
> IBSQL1.FetchAll; <=======
> > IBTransaction1.Commit;
> >
> > end; // for
>
> Regards,
> Arno
>