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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T17:13:34+00:00 2026-05-30T17:13:34+00:00

I have stored my database on the SD card and now I’m trying to

  • 0

I have stored my database on the SD card and now I’m trying to access it but it gives me an error :

 03-02 15:36:09.653: E/AndroidRuntime(27299): FATAL EXCEPTION: main
     03-02 15:36:09.653: E/AndroidRuntime(27299): java.lang.RuntimeException: Unable to start   activity ComponentInfo{com.drturing/com.drturing.ProfileList}: android.database.sqlite.SQLiteException: no such table: FeverQuestionTable: , while compiling: Select * from FeverQuestionTable
03-02 15:36:09.653: E/AndroidRuntime(27299):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1955)
03-02 15:36:09.653: E/AndroidRuntime(27299):    at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1980)
03-02 15:36:09.653: E/AndroidRuntime(27299):    at android.app.ActivityThread.access$600(ActivityThread.java:122)
03-02 15:36:09.653: E/AndroidRuntime(27299):    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1146)
03-02 15:36:09.653: E/AndroidRuntime(27299):    at android.os.Handler.dispatchMessage(Handler.java:99)
03-02 15:36:09.653: E/AndroidRuntime(27299):    at android.os.Looper.loop(Looper.java:137)
03-02 15:36:09.653: E/AndroidRuntime(27299):    at android.app.ActivityThread.main(ActivityThread.java:4340)
03-02 15:36:09.653: E/AndroidRuntime(27299):    at java.lang.reflect.Method.invokeNative(Native Method)
03-02 15:36:09.653: E/AndroidRuntime(27299):    at java.lang.reflect.Method.invoke(Method.java:511)
03-02 15:36:09.653: E/AndroidRuntime(27299):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
03-02 15:36:09.653: E/AndroidRuntime(27299):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
03-02 15:36:09.653: E/AndroidRuntime(27299):    at dalvik.system.NativeStart.main(Native Method)
03-02 15:36:09.653: E/AndroidRuntime(27299): Caused by: android.database.sqlite.SQLiteException: no such table: FeverQuestionTable: , while compiling: Select * from FeverQuestionTable
03-02 15:36:09.653: E/AndroidRuntime(27299):    at android.database.sqlite.SQLiteCompiledSql.native_compile(Native Method)
03-02 15:36:09.653: E/AndroidRuntime(27299):    at android.database.sqlite.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:64)
03-02 15:36:09.653: E/AndroidRuntime(27299):    at android.database.sqlite.SQLiteProgram.compileSql(SQLiteProgram.java:143)
03-02 15:36:09.653: E/AndroidRuntime(27299):    at android.database.sqlite.SQLiteProgram.compileAndbindAllArgs(SQLiteProgram.java:361)
03-02 15:36:09.653: E/AndroidRuntime(27299):    at android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:127)
03-02 15:36:09.653: E/AndroidRuntime(27299):    at android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:94)
03-02 15:36:09.653: E/AndroidRuntime(27299):    at android.database.sqlite.SQLiteQuery.<init>(SQLiteQuery.java:53)
03-02 15:36:09.653: E/AndroidRuntime(27299):    at android.database.sqlite.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java:47)
03-02 15:36:09.653: E/AndroidRuntime(27299):    at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1564)
03-02 15:36:09.653: E/AndroidRuntime(27299):    at android.database.sqlite.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1538)
03-02 15:36:09.653: E/AndroidRuntime(27299):    at com.databasehelper.Developer.getQuestion(Developer.java:62)
  • 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-30T17:13:35+00:00Added an answer on May 30, 2026 at 5:13 pm

    You are trying to perform the query Select * from FeverQuestionTable in that database but the SQLite database doe not contain a table named FeverQuestionTable.

    If it is a new SQLite database you have to create that table first by executing CREATE TABLE FeverQuestionTable ... followed by the columns you want to create.

    See SQLite documentation CREATE TABLE for details.

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

Sidebar

Related Questions

I have stored a variable in database(sqlite) with datetime data type. Now I want
I have stored various records in the MySql database orkut. Now I want to
i have an image file path stored in my database. Now using it i
In the past I have stored database credentials (username, password) in another file (outside
I have stored procedure in my database and i need to look up a
I have sql database stored on a shared netwrok drive , after set of
I have options stored in the database in the following format - option1:Option 1;option2:Option
I have some html stored in database . I dont know that html stored
I have a setting stored in database which has a value .jpg|.gif|.png . I
i have stored the txt file to sql server database . i need to

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.