>Is there any limitation for databases size?
>We found in the documentation something about 64k of maximum size per
>database, but we've created a database with about 300k using about 5000
>40-bytes records.

The limitation is 64k (minus about 30 bytes) per record, not per 
database. And since records are retrieved by index, and index values 
are 16-bit unsigned words, the maximum number of records per database 
is around 65k. All of the above is subject, of course, to available 
storage memory.

JB

Reply via email to