0

There are many explainations how to open Android sqlite database. However how to open non android sqlite database? In particular when opeing database using SQLiteOpenHelper I have to give the expected database version. For me it's useless.

Can I use directly SQLiteDatabase class and its openDatabase method?

I want to open database and convert it to my program android database assuming some structure.

1

1 Answer 1

2

Can I use directly SQLiteDatabase class and its openDatabase method?

Yes.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.