Hello,

 

I have a 32MB hard disk. My OS is about 17MB and my application's size is
about 3MB. So there is only 10MB for program data.

My database is about 4.74MB. When I perform following sql query in a
transaction

 

sqlite3_exec(m_sqlite3, "delete from table", 0, 0, &errmsg);

 

I got the error "database or disk is full". I guess when do the transaction,
the database was duplicated, and it caused no free disk space.

 

How to resolve this issue without a larger hard disk?

 

Thanks,

Tim

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

Reply via email to