Re: [android-developers] problem with access to a database file
http://lmgtfy.com/?q=android+database+tutorial
Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware
On Mon, Apr 30, 2012 at 4:12 PM, Tareq Al-Ma'mari <tariq.mamari@gmail.com> wrote:
Hi ,--How can I use and access a database file (.db) ?I've tried many ways but nothing works ,the problem is when I try to open a database file the application crashed ,so I've tried to check if the database file is exist :File database = context.getDatabasePath("maindb.db");database.exists(); // falsedatabase.getPath(); // this gives me the path data/data/MY_Package/databases/maindb.dbdatabase.isFile() ; // false//////this is my open commandif(database.exists()){myDb=SQLiteDatabase.openDatabase(DB_NAME, null, SQLiteDatabase.NO_LOCALIZED_COLLATORS);}please I need help , I'm so tired ,I've been searching for a long timeyours,Tareq
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home