TUniTable.RecordCound = 25 ???
Posted: Wed 17 Jun 2009 09:31
Hello,
I have another problem. Please take a look at these lines:
UniConnection1.GetTableNames (StringList1, false);
for i := 0 to StringList1.Count - 1 do
begin
UniTable1.TableName := StringList1.Strings ;
UniTable1.Open;
StringGrid1.Cells [1, i] := IntToStr (UniTable1.RecordCount);
UniTable1.Close;
end;
For every table with more than 24 records is UniTable1.RecordCount = 25.
I tried this with UniDAC for Delphi 7 Version 2.70.0.8 (27-May-2009) and InterBase 2007 or Oracle 8.05.
Is this a bug or is there any parameter to set?
FYI: TUnIQuery and 'select count(*) from ' works fine.
Thanks in advance,
Gerd Brinkmann
invent GmbH
I have another problem. Please take a look at these lines:
UniConnection1.GetTableNames (StringList1, false);
for i := 0 to StringList1.Count - 1 do
begin
UniTable1.TableName := StringList1.Strings ;
UniTable1.Open;
StringGrid1.Cells [1, i] := IntToStr (UniTable1.RecordCount);
UniTable1.Close;
end;
For every table with more than 24 records is UniTable1.RecordCount = 25.
I tried this with UniDAC for Delphi 7 Version 2.70.0.8 (27-May-2009) and InterBase 2007 or Oracle 8.05.
Is this a bug or is there any parameter to set?
FYI: TUnIQuery and 'select count(*) from ' works fine.
Thanks in advance,
Gerd Brinkmann
invent GmbH