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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T23:56:46+00:00 2026-05-31T23:56:46+00:00

I was wondering whether there is a way to check when the database was

  • 0

I was wondering whether there is a way to check when the database was last updated?

I’m currently checking to see if the database exists at the moment – if so, dont update, but i was wondering to see if, for example it has been 7 days since the last update – then update.

private boolean checkDataBase()
{
    SQLiteDatabase checkDB = null;
    try
    {
        checkDB = SQLiteDatabase.openDatabase(DB_FULL_PATH, null,
                SQLiteDatabase.OPEN_READONLY);
        checkDB.close();
    } 
    catch (SQLiteException e) 
    {
        // database doesn't exist yet.
    }
        return checkDB != null ? true : false;
}

Any suggestions or tutorials would be appreciated.

Regards

  • 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-31T23:56:48+00:00Added an answer on May 31, 2026 at 11:56 pm

    When you update the database you could save a long value to SharedPreferences that represents the time of update using System.currentTimeMillis() for example.

    Next time you want to check if an update is required simply retrieve the last update time and compare with System.currentTimeMillis() to see if the difference is greater than 7 days.

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

Sidebar

Related Questions

I'm wondering, if there is a way to check at compile time whether a
I am wondering if there is a quick simple way to check whether a
I'm wondering whether there is a way to poll a socket in c# when
I was just wondering whether there is some way to do this: I have
I was wondering whether there's a way to trigger the parent page. For example,
I'm wondering if there is a way to check wether a variable that has
Im just wondering whether there is a way to call a method where i
Wondering whether there is there a nicer way to detect whether a file was
Just wondering whether there is a way to insert a bulk text message into
I was wondering whether there is a better way to load large Json data

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.