Board index » delphi » Limit of records per block in Paradox?
Wolfgang Let
![]() Delphi Developer |
Sat, 18 Dec 2004 01:13:53 GMT
Limit of records per block in Paradox?
BDE 5.11
If I set blocksize in BDE-Config / Paradox to 16384 and I create a table in the DBD with the following fields... - Nr Numeric * (Primary Key) - Bez Alpha 30 and then simply fill the table from Delphi 6 like this: i := 0; then, when open the filled table in the DBD again and set the position When setting the blocksize (before creating the table) to 4096 or less Can anyone say if there is a limit of records for one block (depends on with friendly regards |