[email protected] wrote: > I want to get the tables programmatically not in the command line. And > the database is created by myself not the contact database.
http://www.sqlite.org/faq.html#q7 "So to get a list of all tables in the database, use the following SELECT command: SELECT name FROM sqlite_master WHERE type='table' ORDER BY name; " If you have questions on SQLite in general, use SQLite resources, like sqlite.org. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Development Wiki: http://wiki.andmob.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

