You should really look at using SQLiteOpenHelper; it automatically helps with initial database creation and any upgrade paths.
j On Tue, Jul 28, 2009 at 7:35 PM, jayaram<[email protected]> wrote: > > Hi, > I've an SQLiteDatabase mydb.db. I want to check whether a > particular table named 'table1' exists or not at the beginning of my > pgm. > > Do i have any methods for checking that without the "create table > if not exists" query? > > > Any suggestions.... > > > > Regards.. > Jayaram > > > > -- Jeff Sharkey [email protected] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

