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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T03:36:50+00:00 2026-05-24T03:36:50+00:00

I want to create a column of AUTOINCREMENT values in android. I tried the

  • 0

I want to create a column of AUTOINCREMENT values in android. I tried the below way of doing it but it failed. I want the column to auto increment itself whenever a new record is added.

I get an exception “Can’t upgrade read-only database from version 0 to 25” when i include “AUTOINCREMENT” to game_id.

 db.execSQL("CREATE TABLE Games (" +
                    "_id INTEGER PRIMARY KEY AUTOINCREMENT," +
                    "game_id INTEGER **AUTOINCREMENT**," +
                    "title TEXT" +                            
                    ");");
  • 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-24T03:36:51+00:00Added an answer on May 24, 2026 at 3:36 am

    In SQLite, the autoincrement keyword only modifies the behavior of the algorithm that selects the next null integer primary key. It does not behave in the manner you desire. Sorry.
    The only solution I can come up with is to do what you want programatically and add the unique constraint to the game_id field

    See Documentation Here

    `CREATE table Games (_id integer primary key autoincrement, game_id integer unique, title text)`;
    

    This worked in sqlite3, but you should try to catch the error if you enter something that is already in the table. The other possibility, depending on what you are after, is to create another table.

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

Sidebar

Related Questions

I'm creating a table with two columns that I want to auto-increment. One column
I want to create a new column in a MYSQL table that has Fn
I have a state column in a dataframe and I want to create two
I want to know how to create an image column in a SQL Server
I have an excel file and I want to read each column and create
I want to add a trigger that will keep on updating autoincrement column by
I want to create a Spoon transformation which will work on multiple values of
I'm having trouble with a simple auto-increment using common table expressions. (I don't want
In my MySQL table I've created an ID column which I'm hoping to auto-increment
Im trying to create a TableLayout dynamically. I want to create rows and columns

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.