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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T20:42:53+00:00 2026-06-08T20:42:53+00:00

So if I have a Phonegap application with the line var db = window.openDatabase(phr,

  • 0

So if I have a Phonegap application with the line var db = window.openDatabase("phr", "0.1", "Cognovant PHR", 25000000); and later on do db.changeVersion('0.1', '0.2'); how would I have the code dynamically update the “0.1” in the openDatabase call to “0.2” to prevent the application from having to go through the update process each time the user loads the application.

  • 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-08T20:42:55+00:00Added an answer on June 8, 2026 at 8:42 pm

    I managed to figure it out. So for future reference using the line:

    var db = window.openDatabase("phr", "", "Cognovant PHR", 25000000);
    

    will open the current database without knowing the version. Then you can do:

    if (db.version != "2") // or whatever version you want to update to
    {
        // code to update database
        db.changeVersion(db.version, "2"); //again or whatever version you choose
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a simple application using Phonegap in XCode using HTML. My code
For PhoneGap Application, as the instruction said, I have replaced the setContentView() line with
I have a phonegap application targeting iPad that needs to embed a video on
I have a phonegap application which will need to take a zip archive of
I have developed the android phonegap application using html page and css. But My
I'm working on a Phonegap application.I have used header for every page. But when
I'm thinking of developing a Windows Phone 7 application using PhoneGap and have a
i am using jquery for first time in a phonegap eclipse application.i have downloaded
I have developed a android application using phonegap. I have registered certain recievers which
I have an application made by using phonegap 1.5.0 and jquery mobile 1.1.0.... I

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.