Best way to deal with SQLite that I found is to download and install
Firefox SQLite Addon module. Then use adb pull command to download
your batabase from the emulator to your desktop and view/manipulate it
in Firefox SQLite app. You can put your db back with adb push command.
Saved me a lot of gray hair :)

On Jan 13, 5:07 am, "jayesh.thadani" <[email protected]> wrote:
> Hi..
> I am using sdk1.0
>
> i created database as firstDB & created table in it as firsttable
>
> my application is working fine, but am not been able to view tables
> name in database.
>
> i open it with sqlite, it shows database name in it with .databases
> command..
>
> but when i used .table it does not show tables contained in that
> database..
>
> Please help me out. i watch previous forum , i think there is problem
> with permission settings..
>
> Thanks,
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to