Hi,

I'm designing my database and I'm unclear on a few
things, and have found no answers in the docs...hoping
somone can clear these up...

1)
I see quite a few people using a "packed" and
"unpacked" record structure system for databases.  

The packed structure is usually a smaller structure
with fewer memebers and the data is just concatenated
into the fewer memebers.

Supposedly this saves space but I don't see how that's
the case.  After you've populated your sturcture, just
before writing Why not just use 
sizeof(SomeStructure) then open your record to that
size and do your thing?

2)
Is there a max record size, or is it only limited by
the storage left on the device?

3)
Are there a max number of records per database or is
that again only limited by storage?

thanks very much for any help!

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

-- 
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