Jay-andro wrote: > I (inadvertently) upgraded to RC30. I need to check my app's sqlite > database on the device. Is there any way to do it. Perhaps over USB or > using DDMS?
On the emulator, you can download the database file (DDMS or adb pull), then use a local SQLite client (console, Firefox plugin, etc.). If you modify the database, just put it back. This gets trickier on the G1 due to permissions. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.4 Published! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

