> > I'm having the following problem: a sqlite database file is on an NTFS filesystem, in a directory with no permissions to create new files,
You might consider: 1) do whatever it takes to get permission for file creation in the sqlite directory. 2) Use one of the wrappers that allows client/server operation with sqlite, then only the server "user" needs access to the directory at all. 3) A variation of #2 above would be to use a web-based front-end, so that only the web server needs access. 4) Switch to another database using the traditional client/server model (e.g Postgres, MySql, etc) [opinions are my own, not those of my company.] ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------