Anton Kuznetsov wrote:
> I use SQLite 3.2.8.
> 
> When comitting a transaction I get an error "database or disk is full". But
> there is 6 Gb of free space on my hard drive. Database is about 4 Gb.
> There is no error when doing the same inserts but without transaction.
> 
> Why does it happen?

Do you have write permission on the directory containing the
database file? In process of transaction SQLite creates additional
file (transaction log) in this directory.


Best regards,
 Alexander                            mailto:[EMAIL PROTECTED]

Reply via email to