Just clarifying some concept:

It seems like if an application has a large file (say 5MB) to store/deal
with, then:

1. If users choose to store that on main memory (RAM), the large file needs
to be broken down to records so that it can be stored as a database. In this
case it will be handled by the Data Manager.

2. If users choose to store that on flash memory, the large file can be
stored as a single contiguous file. In this case it will be handled by the
VFS.

That means the application needs to have capability of handling both
options.

Thanks,
Nur


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

Reply via email to