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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T07:59:43+00:00 2026-06-03T07:59:43+00:00

The database i want to import is over 5Mb. When i put the .db

  • 0

The database i want to import is over 5Mb. When i put the .db in asset folder i got some errors. So i split the database into smaller db files and assemble the pieces to create the database. So is there any way i can import the database from sdcard and start using the db without splitting and assembling?

Thanks in advance.

  • 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-03T07:59:45+00:00Added an answer on June 3, 2026 at 7:59 am

    Yes, there is:
    place the database file inside the sdcard then create a method inside a class, the method is like:

    public class DB_Path {
        public final SQLiteDatabase getOrders() {
                File dbfile = new File("/sdcard/TheDataBaseFile");
                SQLiteDatabase db = SQLiteDatabase.openOrCreateDatabase(dbfile, null);
                     return db;
            }
    }
    -----------------------
    

    initialize like

    public DB_Path dbp = new DB_Path();
        public SQLiteDatabase db = dbp.getOrders();
    

    after that you can call the cursor with db.

      Cursor cur = db.rawQuery("the sql query",null); 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some CSV data files that I want to import into mySQL. I
I have a MySQL database with over 40,000 records I want to import into
I have a some exported rows that I want to import into a database
I want to import several .sql files into database using source command (mysql command
I want to keep backup of my database and import it into different System?
So I'm trying to import some sales data into my MySQL database. The data
I have a couple of CSV files I want to load into my database,
I want to import data from Excel worksheet into SQL Server database (2008). I
I want to import CSV file into my Sqlite database. When fatching csv to
I have a comma delimited list I want to import into a database, and

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.