in reply to Re: SQL INSERTs don't work
in thread SQL INSERTs don't work
Does the user that you are running the program as have permissions to create the SQLite file?note: permissions to write to the directory where the database file is, are also needed with SQLite. maybe the sqlite file is already there with the right permissions but directory permissions aren't there so that inserts fail...
|
|---|