S
S
stilg2012-02-22 10:41:44
MySQL
stilg, 2012-02-22 10:41:44

How to create sqlite tables from mysql

I am working on a small guide for android. The web version of the reference works with several mysql tables. Tell me how to drive these mysql tables into android in sqlite? And how to update them in the future from the application?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
S
stilg, 2012-02-22
@stilg

Thank you, the solution is clear. And there is an example solution for subsequent updates from the head database.

S
skvot, 2012-02-22
@skvot

If the volume is small and the tables are the simplest, I would simply dump it into sql code, which I would then execute in the sqlite database.

S
stilg, 2012-02-22
@stilg

there are many records there
are 5 thousand
there are 11 thousand

V
Vitali Borovik, 2012-02-22
@WAYS

www.chillitalks.com/page/besplatnyj-i-bystryj-mysql-sqlite-konverter/
www.sqlite.org/cvstrac/wiki?p=ConverterTools

A
asm0dey, 2012-02-22
@asm0dey

There is such a thing as taps: github.com/ricardochimal/taps
Mn helped a lot to transfer redmine's database.
However, I do not know if it is possible to transfer the database from a computer to an android.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question