I have tested some things with this code:
Code: Select all
var i:integer;
begin
for i:=1 to 1500 do
begin
ZQuery.Close;
ZQuery.SQL.text:='select * from anytable;';
ZQuery.Open;
end;
end;
This is on linux, lazarus (latest from svn),fpc (latest from svn), firebird database 1.5 and zeosdbo from svn (latest)...
my english sux...i know...