> Is there a way to have a database with more than 65535 records?

No. Some work-arounds:

1. Use multiple databases.

You can have any number of databases with the same type and creator, so long
as they have different names.

2. Put multiple "objects" into a single record.

This requires you to write your own code to map from "object numbers" to
record numbers and "object offsets". It also speeds up backup and restore of
the database because there is less time spent in per-record overhead.
--
Danny @ Palm

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to