Sean Rhea wrote:
> sqlite> create table foo (node_id, timestamp, tput);
> SQL error: database is locked
> 
> What am I doing wrong?
> 

Sean,

Ensure that you have write privileges for the database file and the 
directory it is in. SQLite needs to create a journal file in the same 
directory for you to make any changes.

HTH
Dennis Cote

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to