2

Possible Duplicate:
sqlite example program in android

I've created an sqlite3 database and a number of tables using SQLiteManager 3.5.1. However, i've no idea as to how i should be able to connect, access and use the database. Moreover, i also want to be able to modify the tables and the data in the tables. Is it possible to put the database (with the .sqlite extension) within the assets directory and work back and forth from the android to SQLiteManager?

Community
  • 1
  • 1
Love
  • 51
  • 1
  • 2

1 Answers1

2

Yes, it's possible. Here it's explained:

Using SQLite from your Android App

Take a look at the Copying from assets to database path section.

Cristian
  • 198,401
  • 62
  • 356
  • 264