View Single Post
Old 09-22-2009, 03:56 PM   #4
ptys
Knows Where the Search Button Is
 
Join Date: Jul 2008
Model: none
PIN: N/A
Carrier: none
Posts: 26
Default

The limitations that I've heard of are
-the global maximum number of object handles (I think it's 64k). Each persistent object takes up one handle. You can group objects to save handles. One group takes up one handle.
- the maximum size of one persistent object or group - 64kb.

Quote:
Originally Posted by OttoKruger View Post
How many persistent objects can I have per application?

I'd like to have one for keeping images and another for keeping other data. Is it possible or only one is allowed?

Thanks.
Offline   Reply With Quote