Re: [sqlite] open database on Linux. Already db created on Mac.

2012-07-30 Thread Lutz Horn

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
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] open database on Linux. Already db created on Mac.

2012-07-29 Thread Durga D
Hi All,

What is the procedure to open the sqlite3 database file in Linux
Terminal which is already created on Mac.

   Thanks in advance.

Regards,
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users