Am 29.07.2012 14:14, schrieb Durga D:
What is the procedure to open the sqlite3 database file in Linux
Terminal which is already created on Mac.
Since the database file is portable across operating systems, you can just use the sqlite3 tool:
$ sqlite3 your.db Lutz _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

