Armin Steinhoff <A-Steinhoff-S0/[EMAIL PROTECTED]> wrote:
if we are try to create a new data base with sqlite
we see the following error outputs:

# sqlite x.db
OPEN    3   /appl/sbin/x.db
OPEN-EX 4   /tmp/sqlite_Iihb60vuQk4Nf9D
SQLite version 2.8.0
Enter ".help" for instructions
sqlite> create table yy(xx char(10), x int);
SQL error: database is locked
sqlite> .q
CLOSE   3
CLOSE   4

What's the problem ??

My guess is, the user account you are running under doesn't have permissions to create new files under /appl/sbin. The error message is somewhat misleading.

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to