For a production app, you will need to write the create query for the new table in onUpgrade method.
You need to change the Database version as well. Thanks and regards, Kumar bibek On May 20, 3:47 am, Brion Emde <[email protected]> wrote: > If you are talking about during development, perhaps the easiest thing > might be to uninstall your application from the emulator/phone via > Settings. Or you could start your emulator with the Wipe User Data > checkbox selected. Or you could use adb to delete the database. Or > sqlite. There are many options. > > If you are talking about a production database in a released app, > that's another story. > > What are you asking? > > On May 12, 11:33 pm, SK Bhat <[email protected]> wrote: > > > hi please reply me. i have already having 2 tables in a database now i > > want to create a new table in that database it self how can i create. > > please reply > > > -- > > 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 > > athttp://groups.google.com/group/android-developers?hl=en > > -- > 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 > athttp://groups.google.com/group/android-developers?hl=en -- 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

