Hi all,

I am new to sqlite. I build sqlite with buildroot without any issue. After 
loading sqlite on my embedded board, I always get one error message:"database 
is locked".

Here is my operation on  my board:

#sqlite3 ex1
SQLite version 3.6.23.1
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> create table tbl1(one varchar(10), two smallint);
Error: database is locked
sqlite >

Any suggestion will be highly appreciated.

Regards,
David J. Choi
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to