If you only need to read from the database on the device then you
should use an autoincrement primary key field. You can then find the
largest id on the device and fetch anything from the server above that
etc .

On Oct 7, 9:30 pm, Ubiracy Santos <ubiracy....@gmail.com> wrote:
> I have a web application that uses the SQLite database. And I have an
> application running on the tablet with the mirror of the SQLite database.
> What better way to update the data in the tablet?
>
> tks!!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to