On Fri, Feb 17, 2012 at 2:46 AM, 黃楨民 <huangchen...@gmail.com> 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
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to