04-29-2011 02:43 AM
Hi,
In my application i want to store and retrieve long values in the persistent store for that i used with Longvector and everything is fine but LongVector is supported from os>=4.6
I need to work my application in 4.5 also , so can any one infrom me what are the other alternatives i have to get my requirement any snippet pls...
Solved! Go to Solution.
04-29-2011 03:34 AM
04-29-2011 03:39 AM
Hi,
first i used with java.util.vector but after getting value from persistent store to convert string into long i am getting number format exception...
My requirement is storing a long value and retreiveing a long value..
04-29-2011 03:46 AM
04-29-2011 03:50 AM
then pls,tell me the syntac for retrieving long value from a vector of first element....
i need only first element ...
04-29-2011 03:52 AM