On Wed, Apr 6, 2011 at 6:11 PM, Technology Lighthouse <tlho...@gmail.com>wrote:

> Thanks Stephan and Simon - I kind of figured it was one of those "how
> long is a ball of string" questions, but I just wanted to check there
> weren't any particular gotchas to watch out for.
>

LOL, i'll have to remember the ball of string comparison.

In the off chance that you don't know about it already:

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

with that you can attach several db files as one virtual db. That won't
inherently cut the number of open file handles (it should be the same as
manually opening them), but it might simplify the usage of multiple dbs.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to