Board index » delphi » Limits of Delphi 2's paradox database

Limits of Delphi 2's paradox database

Hi,

Currently we have an application which was developed with delphi 2 with the
according paradox database. The problem is that I'm not able to find out
what the limitations are for this database, the directory with the database
files is about 1.6 GB. Can anyone tell me  how big paradox can be before it
will experience problems. I know for instance that access has a 1 GB limit
for it's files.
Thanks,

Buddy Lodder
system administrator
Euro-Index b.v.
i...@euro-index.nl

 

Re:Limits of Delphi 2's paradox database


http://community.borland.com/article/0,1410,15159,00.html
--
Finn Tolderlund

Quote
"Buddy Lodder" <i...@euro-index.nl> wrote in message

news:3f03f841@newsgroups.borland.com...
Quote
> Can anyone tell me  how big paradox can be

Re:Limits of Delphi 2's paradox database


Quote
>Currently we have an application which was developed with delphi 2 with the
>according paradox database. The problem is that I'm not able to find out
>what the limitations are for this database, the directory with the database
>files is about 1.6 GB. Can anyone tell me  how big paradox can be before it
>will experience problems. I know for instance that access has a 1 GB limit
>for it's files.

Paradox's limits are on individual table size and that size limit is based on
the block size of the table.  You can compute that limit at 64meg per K of block
size so that for a table with 4k blocks (the default) the maximum table size is
256 meg.
--
Brian Bushay (TeamB)
Bbus...@NMPLS.com

Other Threads