If you're just trying to avoid the error you'd get when creating a table that already exists, simply use "create table if not exists ...". See http://sqlite.org/lang_createtable.html
On Sun, May 31, 2009 at 8:07 AM, Fion Z <[email protected]> wrote: > Hello, everyone > Before I create a table, how can I know whether the table already exist > in database? How to query? > Thanks. > > Best wishes. > Fion > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

