Re:Table is Full message using Delphi2
Do you really think someone will be able to answer your question without
knowing what database you are using<g>??? From the 128 mb I'll assume
Paradox tables. Paradox tables are limited to 64k blocks. The default block
size is 2k which gives a maximum table size of 128 mb. Valid block sizes are
2, 4, 8, 16 and 32k. To change the block size of an existing table you can
use a utility at www.borland.com/devsupport/bde/utilities.html. To change
the default block size for all new tables you create change the block size
for the Paradox driver in BDE Administrator.
Bill
--
Bill Todd - TeamB
(TeamB cannot respond to email questions. To contact me
for any other reason remove nospam from my address.)