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 8542659
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T12:07:15+00:00 2026-06-11T12:07:15+00:00

I have a question – I have finished the database (SQLite), with updates, I

  • 0

I have a question – I have finished the database (SQLite), with updates, I analyze the structure and see whether I need to add new data or change the value in existing positions database. So I have a question – is it possible to replace the values ​​in the entire line at once (that is, in all cells (which are the same id) columns), or there is a possibility to replace the values ​​for each column.

  • 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-06-11T12:07:16+00:00Added an answer on June 11, 2026 at 12:07 pm

    If you have the id of the row to update, you can use the SQLiteDatabase.update() (docs here).

    As you can see in the update() function, you use ContentValues to udpate the row, and provide the row id in the whereClause of the function. Inside the ContentValues, you can put new values of columns, as you’d normally do for an insert:

    ContentValues cv = new ContentValues();
    cv.putString("row1Name","value1");
    cv.putString("row2Name","value2");
    

    etc. The update call would be something like

    db.update("table_name", cv, "row_id=?", new String[]{""=rowId);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have question how i can bind datagrid column to collection? dataGrid1.Columns.Add(new DataGridTemplateColumn {
I have question regarding the SQLAlchemy. How can I add into my mapped class
I have question about database optimizing, indexing. I have table that called projects and
I have question model which has many options. In my question controller new action
I have question about the need of using @configurable . I have gone through
I have question to ask. I have a dll file written for reading&writing data
I have question regarding the storage of large amount of data. The situation is
i have question. I want to check my ararylist of a specify index whether
I have question about parsing in Html helper : I have sth like: @foreach
I have question. I have some app on facebook and getting this error Fatal

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.