Hi,

I am using sqlite3 on a command line, in an xterm window on Gentoo linux system.

When I am at sqlite> prompt, I enter SQL commands to create tables for
the database Probe.db which is a file on my disk.

In the Probe.db file are those SQL commands which I just entered and
naturally these line at the beginning of the file:
PRAGMA foreign_keys=OFF;
BEGIN TRANSACTION;

and at the end of file:
COMMIT;


Say I want to use this database in my Android application on my phone.

How can I convert this Probe.db file into format that an Android app can uses?

-- 
Best, Pali
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to