Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Understanding one question about SQLiteOpenHelper #26

Open
timmy00274672 opened this issue Dec 15, 2013 · 0 comments
Open

Understanding one question about SQLiteOpenHelper #26

timmy00274672 opened this issue Dec 15, 2013 · 0 comments
Assignees
Labels

Comments

@timmy00274672
Copy link
Owner

check the question and edit the wiki page.

make sure that SQLiteDatabases
returned from SQLiteOpenHelper
whether are same object or not.

If same, means that wiki page is not a good example.

    //dbHelper is an instance of SQLiteOpenHelper(subclass)
    if(dbHelper.getReadableDatabase()==dbHelper.getReadableDatabase()){}
    if(dbHelper.getWritableDatabase()==dbHelper.getWritableDatabase()){}
@ghost ghost assigned timmy00274672 Dec 15, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant