Hi, My intention is to display the record in tabular format on the emulator. I intetnd to display the database table on the emulator very much similar to the way your tool( OR any other tool) would display it.
Any suggestions how i can do that. Thanks in advance. Best Regards, Zhubham. ********************* On Apr 1, 6:29 pm, Mark Murphy <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---

