Zhubham wrote: > I am interested in knowing how can we display the SQLite database > information in tabular format, the same way, as it is visible through > the SQL reader (SQLite Database Browser). > > Are there any set of commands which help to achieve this??
Pull the database off the device, using adb pull, DDMS, or the DDMS perspective in Eclipse. Then, use whatever tools you want (I'm fond of the SQLite Manager plugin for Firefox). If you modify the database, use adb push or DDMS to put it back on the device. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android App Developer Training: http://commonsware.com/training.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

