Board index » delphi » "Table is Full" problem with Paradox
Roman Krejci
![]() Delphi Developer |
Sun, 19 Aug 2001 03:00:00 GMT
"Table is Full" problem with Paradox
David Quinn p1e ve zprv <7birav$v...@forums.borland.com>.
Quote>Hi, The upper table limit is 2 billion records, but this applies only for certain combinations of record and block sizes. The essential "universal physical constant" in Paradox is that it can only hold 64*1024 blocks of data, so the maximum number of records the table can store is 64*1024*(block size div record size). Solution - increase block size of your table. Look at Inprise website for utilities that do that or for code examples (dbiDoRestructure BDE API function). -- Roman (please remove 'stopspam' in header) mail: i...@rksolution.cz URL: www.rksolution.cz |