BanuPrakash G wrote:
> Database or disk is full is the Error message i get from the sqlite 
> 
> :root> ./sqlite3 mediadb.sql
> SQLite version 3.5.7
> Enter ".help" for instructions
> sqlite> CREATE TABLE t1(a INTEGER, b INTEGER, c VARCHAR(100));
> SQL error: database or disk is full
> 
> sqlite> BFOS:root> df
> Filesystem           1k-blocks      Used Available Use% Mounted on
> /dev/root               495016    190848    278616  41% /
> /dev/hda1               494984    141452    327984  30% /mnt
> :root> 
> 

Do you have write permission in the directory where where your sqlite3 
program is? SQLite needs write permission to create the database file 
and to open the journal file for any change to the database.

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