hi michael,

try this

SELECT name FROM sqlite_master WHERE type = "table"
bye
marcus




________________________________
Von: michael m <[email protected]>
An: Android Developers <[email protected]>
Gesendet: Dienstag, den 30. Dezember 2008, 01:01:06 Uhr
Betreff: [android-developers] SQLite3 sql command to show tables in a database


Does anyone know if there is a SQL command for SQLite3 to show the
tables in a given database for my Android application or a
corresponding class that will deliver a list?  I need to find out this
information programatically and not through adb.  I was assuming to
find something in SQLiteDatabase, but couldn't find anything that
delivers the list of tables.

thanks
- michael



      
--~--~---------~--~----~------------~-------~--~----~
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