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

  • Home
  • SEARCH
  • 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 7192957
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T20:04:09+00:00 2026-05-28T20:04:09+00:00

I’m using a database helper to update a table with one row and two

  • 0

I’m using a database helper to update a table with one row and two fields, I have the following code that that sends two phone numbers through.

dbHelper.updateNumbers(newSmsNumber, newVoiceNumber);

and the following method in the helper.

public void updateNumbers(String newSmsNumber, String newVoiceNumber) {

    //Update code here      
}

Can anyone show me the code I need to add in the method to update the two fields in the database.

Cheers,

Mike.

  • 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-28T20:04:11+00:00Added an answer on May 28, 2026 at 8:04 pm
    ContentValues cv = new ContentValues();
    cv.put("SMS", newSmsNumber);
    cv.put("Voice", newVoiceNumber);
    db.update("[table name]", cv, "ID=?", new String[]{Integer.toString(id)});
    

    There are some gaps to fill up though, the table name, and how you identify the entry you want to update (I put a “ID” field there in that example)

    Did not run that code, did not really check, but that should give you an idea.

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

Sidebar

Related Questions

I have read that using database keys in a URL is a bad thing
I'm using a database that contains contacts (fields like name, address, ...). If i'm
I am wonder about how to update the table. I have use below two
I have a problem with two separate transactions that are flushed to the database
Using Access Database Table ID Time 001 100000 001 100005 001 103000 001 102500
Setup: Contact database using 4 tables Contacts Cities States Zips Structure: CREATE TABLE `contacts`
I have been using oracle database throughout database courses, and I have programmed there
I'm using a database that has a weird date format. I wrote a UserType
I have a database that I built in SQLite browser, and it works fine.
i am creating an app that needs a database. i created it using sqlite

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.