On 20 Oct 2010, at 8:07pm, Kees Nuyt wrote: > The easiest way to solve your problem is to format the USB > stick as a FAT filesystem, not NTFS. Other than the > "readonly" bit (which is not set on your database file) FAT > doesn't support ownership, nor ACL's.
Or just create the database file using SQLite as you currently are doing, and write a script (batch file ?) that changes its protections so that other users can access it. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

