Subject: | Incorrect error for DBI when using sqlite |
I received the following error when my cgi script was unable to write
the sqlite db as it was owned by the root user:
Can't connect to data source because I can't work out what driver to use
(it doesn't seem to contain a 'dbi:driver:' prefix and the DBI_DRIVER
env var is not set)
This seems to indicate that it's a code/config issue. Not a file
permission issue.