> Is there an example(s?) of a step-by-step for moving/using an SQLite .db file 
> interchangeably between a desktop and an Android mobile device?

What kind of example you want? SQLite's database format is the same
for any platform. So just copy the file (when it's not open by any
application) and you are done.


Pavel


On Fri, Mar 2, 2012 at 11:34 AM, Rose, John B <jbr...@utk.edu> wrote:
> Hello
>
> We are new to SQLite and are working on an intro tutorial for people here.
>
> We would like to create an example where we create an SQLite database on our 
> desktop and access it there via command line, GUI like Navicon, and a web 
> based application, then upload the .db file to our Android mobile device and 
> users can use an database there via an interface we create. Ideally they 
> could add or edit values in the database
> On the Android device.
>
> Is there an example(s?) of a step-by-step for moving/using an SQLite .db file 
> interchangeably between a desktop and an Android mobile device?
>
> Thanks
> John
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to