On Saturday, January 31, 2015 at 3:52:46 AM UTC-8, ananya bakshi wrote:
>
> can anyone please tell how to import the data from android phone to 
> database. 
> Is it possible? 
> If yes, then please tell how?
>

Assuming the data on the android phone is in an SQLite database, you'd have 
to get the underlying SQLite database, open it up in Sequel and copy it to 
another database (e.g. sequel -C sqlite:///path/to/sqlite_database 
postgres:///database_name).

I have the feeling you would be better off asking on an android forum, 
though.

Thanks,
Jeremy

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to