#20 Can't have multiple processes accessing sqlite db files
open
nobody
None
5
2005-02-02
2005-02-02
Anonymous
No
Multiple readers/one writer is supported by sqlite.
This works (i.e. I tested it) with the perl DBI driver.
However it does NOT work with the ruby DBI driver. Is
there a work around?