Blackberry persistance: ObjectGroup createGroup vs. createGroupIgnoreTooBig
Posted
by Tamar
on Stack Overflow
See other posts from Stack Overflow
or by Tamar
Published on 2010-03-19T20:33:48Z
Indexed on
2010/03/19
20:41 UTC
Read the original article
Hit count: 142
What is the difference between the createGroup and createGroupIgnoreTooBig?
I understand that createGroup will throw the too big exception when the object exceeds 64k, and createGroupIgnoreTooBig will not. But does it mean that createGroupIgnoreTooBig allows me to create objects larger than 64k, or will it only partially group it?
© Stack Overflow or respective owner