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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T15:35:57+00:00 2026-05-25T15:35:57+00:00

In my main code I have: String TableLayout = TAB01; dbWorker db = new

  • 0

In my main code I have:

String TableLayout = "TAB01";
dbWorker db = new dbWorker();
db.createTable(TableLayout);

Which is supposed to create a dbWorker class object and make it create a table called TAB01.

package Constructor.rob.com;

import java.util.List;
import android.app.Activity;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.util.Log;
import android.widget.Toast;

public class dbWorker extends Activity {

    SQLiteDatabase mydb;
    private static String DBNAME = "TotalKeyboard.db";  // THIS IS THE SQLITE DATABASE FILE NAME.

    public void createTable( String TableName ){
        try{
        mydb = openOrCreateDatabase(DBNAME, Context.MODE_PRIVATE,null);
        mydb.execSQL("CREATE TABLE IF NOT EXISTS "+ TableName +" (ID INTEGER PRIMARY KEY, NUMBER_OF_ROWS INTEGER, STYLE TEXT, BG1 INTEGER, BG1 INTEGER, FLAG TEXT);");
        mydb.close();
        }catch(Exception e){  Log.e("Error Creating!", e.toString() );  } }
...

Yet it catches me an “ERROR/Error Creating!(14823): java.lang.NullPointerException”.

Any ideas, what might be wrong?

Thanks!

  • 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-25T15:35:58+00:00Added an answer on May 25, 2026 at 3:35 pm

    You need to do things a little differently regarding the database. You should extend SqLiteOpenHelper, create an instance of that class, and call getReadableDatabase or getWriteableDatabase. Details are here: http://developer.android.com/guide/topics/data/data-storage.html#db

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

Sidebar

Related Questions

I have the following code: public class Test { public static void Main() {
The following code public class GenericsTest2 { public static void main(String[] args) throws Exception
The following code does not compile: public class GenericsTest { public static void main(String[]
So I have code like int main(int argc, char* argv[]) { string outputUrl ;
I have this code: void Main() { List<Employee> employeeList; employeeList = new List<Employee> {
I have a string which contains 3 elements: a 3 digit code (example: SIN,
In my code I have several macros. Macro A is the main macro. Macro
I have this code #include <iostream> using namespace std; int main(int argc,char **argv) {
I have written jQuery code, in files Main.html and ajax.php . The ajax.php file
This code compiles: private static void Main(string[] args) { bool? fred = true; if

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.