scr/sqlite> sqlite test.db SQLite version 2.8.13 Enter ".help" for instructions sqlite> create table test (ID int); SQL error: database is locked sqlite>
Strange...
What can I do?
You are trying sqlite in the source directory, right? Maybe any lock files left over? Have you write permission on the directory? Maybe a network file system problem?
Try using sqlite in /tmp:
# cd /tmp # sqlite a_name_that_doesnt_exists.db
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]