Why not prefix the number with some arbitrary, predefined character? Sort of like the leading single quote in Excel.
Then remove it after getting the value from the database. Just make sure it's not a valid phone number character - like, any letter from A to Z will work... -- Kostya Vasilyev -- http://kmansoft.wordpress.com 25.07.2010 22:26 пользователь "Federico Paolinelli" <[email protected]> написал: As Dan stated, the problem is the leading + of an international number that gets lost in the insert / get process. If I put a number like "+39123123", when I perform a getString I get back something like 39123123, this is because sqllite thinks it is a pure number. (Ciao anche a te) On 25 Lug, 11:30, YuviDroid <[email protected]> wrote: > What do you mean by "remove the quotes"?... > On Sun, Jul 25, 2010 at 10:05 AM, Federico Paolinelli <[email protected] >wrote: > > > > > Just to add more information to anybody who is interested in this > > topic, it is necessa... > > [email protected]<android-developers%[email protected]> <android-developers%[email protected]<android-developers%[email protected]> > > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en... > Check out Launch-X <http://android.yuvalsharon.net/launchx.php> (a widget to > quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received t... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

