| View previous topic :: View next topic |
| Author |
Message |
Alan Guest
|
Posted: Tue Feb 03, 2004 5:53 am Post subject: Paradox table full |
|
|
When trying to insert record into Paradox table using TBatchMove, I got a
message saying the table is full.
Just wonder is this uncommon or common ? How many records Paradox table
would normally holds ? Or what is the maximum size a Paradox table ?
|
|
| Back to top |
|
 |
Bill Todd (TeamB) Guest
|
Posted: Tue Feb 03, 2004 1:48 pm Post subject: Re: Paradox table full |
|
|
Paradox tables are limited to 64k blocks. The default block size is 2k
bytes for a default maximum table size of 128 mb. Valid block sizes
are 2, 4, 16 and 32k. You can change the block size of an existing
table with a utility program at
www.borland.com/devsupport/bde/utilities.html. To change the default
block size of tables you create in the future change the block size
parameter of the Paradox driver using BDE Administrator.
--
Bill (TeamB)
(TeamB cannot respond to questions received via email)
|
|
| Back to top |
|
 |
Alan Guest
|
Posted: Fri Feb 13, 2004 4:09 am Post subject: Re: Paradox table full |
|
|
I don't find option to change the block size in BDE Administrator.
Where can I set the block size ?
"Bill Todd (TeamB)" <no (AT) no (DOT) com> wrote
| Quote: | Paradox tables are limited to 64k blocks. The default block size is 2k
bytes for a default maximum table size of 128 mb. Valid block sizes
are 2, 4, 16 and 32k. You can change the block size of an existing
table with a utility program at
www.borland.com/devsupport/bde/utilities.html. To change the default
block size of tables you create in the future change the block size
parameter of the Paradox driver using BDE Administrator.
--
Bill (TeamB)
(TeamB cannot respond to questions received via email)
|
|
|
| Back to top |
|
 |
Oscar Santiesteban Jr. Guest
|
Posted: Tue Feb 17, 2004 3:04 am Post subject: Re: Paradox table full |
|
|
In the BDE Administrator click on the Configuration TAB.
Expand the Drivers and Native.
Click the PARADOX Driver. The 5th entry is the BLOCK SIZE.
Hope this helps.
Oscar....
"Alan" <NOSPAMalan_pltse (AT) yahoo (DOT) com.au> wrote
| Quote: | I don't find option to change the block size in BDE Administrator.
Where can I set the block size ?
"Bill Todd (TeamB)" <no (AT) no (DOT) com> wrote in message
news:4l9v10pv033occd4lphfhsua3nt65gsk8m (AT) 4ax (DOT) com...
Paradox tables are limited to 64k blocks. The default block size is 2k
bytes for a default maximum table size of 128 mb. Valid block sizes
are 2, 4, 16 and 32k. You can change the block size of an existing
table with a utility program at
www.borland.com/devsupport/bde/utilities.html. To change the default
block size of tables you create in the future change the block size
parameter of the Paradox driver using BDE Administrator.
--
Bill (TeamB)
(TeamB cannot respond to questions received via email)
|
|
|
| Back to top |
|
 |
|