Hello Everyone,
I want you all to please help me in the problem i am facing with this Persistent Store using Blackberry.
Actually when i run my application the very first time then the data which i get from server i save it in a vector and then i save this complete vector in the persistent store.
Then when i exit the application and start application, then i load the stored data inside the persistent store which i made earlier.
Everything works perfectly..
Then when i again exit application the third time and start the application once again and try to load the stored data from persistent store, the vector inside the persisten store gets null. The Persistent Store exist and even the Vector inside that exist but the data inside that vector gets null.
I hope i am enough clear....if not then plz do ask me question...
Thanks in advance