Board index » delphi » Info on BlockReadSize (dedicated to Manuel Algora and Brian Bushay)
Jesús Avilés Martínez
![]() Delphi Developer |
Mon, 06 Sep 2004 23:57:34 GMT
Info on BlockReadSize (dedicated to Manuel Algora and Brian Bushay)
Hi all,
Days 13, 14 and 15 of this month, Manuel Algora, Brian Bushay (TeamB) A dBase for Windows table with a million records. The table structure is Then i go to the first record to the last record with this code: (Form1 has only Button1 and Label1 components) procedure TForm1.Button1Click(Sender: TObject); var begin First i comment the line 2 and go: Then i comment line 1 and try with different values of BlockReadSize: BlockReadSize = 1: 22 seconds -- |