>I thought I read here recently that there is some info on the
>developers database about the maximum number of resources a
>database can have.
The max is probably 65535 or such. If you're really creating that many
resource entries, though, you're using a ton of overhead that by then will
be taking up a considerable amount of the storage space on the device... so
I'd highly recommend that you find a way to consolidate several resources
into one.
Each resource entry has oh, approximately 16 or 20 bytes of overhead or so,
including the memory manager's structures. So you'd have more than a
megabyte of overhead by the time you hit the max # of resources; probably
not a good use of space when you're dealing with that amount of data.
-David Fedor
Palm Developer Support