Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6118685
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T15:27:55+00:00 2026-05-23T15:27:55+00:00

I have implemented a custom SQLite database helper. I have a table containing sms

  • 0

I have implemented a custom SQLite database helper. I have a table containing sms messages. I query this table for entries from a particular phone number like so:

public Cursor getSmsForContact(String phoneNumber) throws SQLException {
    phoneNumber = PhoneNumberUtils.stripSeparators(phoneNumber);
    Cursor cursor =
     db.query(DATABASE_TABLE, new String[] {
            KEY_DATE,
            KEY_BODY,
            KEY_CONTACT,
            KEY_TYPE,
            KEY_ROWID,
            KEY_MESSAGE_STATE
    }, KEY_CONTACT + "=" + phoneNumber, null, null, null, null);

    return cursor;
}

This method works fine for numbers that do not have a “+” in the front (indicating a country code). However, it always returns an empty cursor when phoneNumber has a “+” in the front. I’ve verified that the PhoneNumberUtils.stripSeparators() method does not remove the “+” sign. I’ve also verified that rows exist in the table which match the phone number which is being queried.
Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T15:27:56+00:00Added an answer on May 23, 2026 at 3:27 pm

    Try

    }, KEY_CONTACT + "= ?" , new String[] {phoneNumber}, null, null, null);
    

    Phone number is being interpreted as a number; you want it to be interpreted as a string

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have implemented custom errors in my asp.net mvc application by following this article
I have implemented a custom designer class which inherits from DocumentDesigner. The standard Form
I have implemented a custom trace listener (derived from TextWriteTraceListener ) and now I
I have a custom component where I have implemented INotifyPropertyChanged and IBindableComponent . However,
I have a custom class that implements that IComparable. This class is stored in
I have a custom class that implements ICollection , and this class is readonly,
I have a custom control that inherits from WebControl and implements IValidator, but I
I have this question: Does implementing a custom MembershipProvider class needs you to implement
I have implemented custom draw for an CTreeCtrl in my MFC Smart Device program.
I have implemented a custom membership provider using LINQ to SQL. When I added

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.