On Fri, Feb 17, 2012 at 2:46 AM, 黃楨民 <[email protected]> wrote:

> 1. Should I close database before opening another ? how?
> 2. How to open another database?
>

You need to exit the program (with the ".quit" command) and the run it
again with your second database. Or you can use the ATTACH command to
connect multiple database files at once:

http://www.sqlite.org/lang_attach.html

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to