Server? What server? The ideal way to do this is to upgrade your application. Change the Database Version and write the code to change your DB structure in the onUpgrade method. I have no clue what role does the server has to play here.
Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Thu, Jan 6, 2011 at 6:53 PM, kahken <[email protected]> wrote: > Hi guys, > I have a sqlite database in my application. What I would like to do is > upgrade the sqlite database when the sqlite database version on a > server is newer. How do I implement this? How do I check the sqlite > database version over internet and then upgrade the sqlite database in > the application? > > Thanks in advance. > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://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

