SQLite database creation fails, documentation is unclear

Posted by Lars D on Stack Overflow See other posts from Stack Overflow or by Lars D
Published on 2010-04-04T12:12:35Z Indexed on 2010/04/04 12:23 UTC
Read the original article Hit count: 303

Filed under:
|
|

When I add this code to my Android 2.1 Java app, it fails:

db=SQLiteDatabase.openOrCreateDatabase("Locations", null);

Do I need a special permission to create a database, or can anybody provide a suggestion how to find out what goes wrong?

© Stack Overflow or respective owner

Related posts about android

Related posts about sqlite