Hello.

----- Original Message ----- From: "Jay Sprenkle" <[EMAIL PROTECTED]>
To: <sqlite-users@sqlite.org>
Sent: Friday, December 30, 2005 5:15 PM
Subject: Re: [sqlite] Error: database or disk is full

Is your transaction so large it takes more than 4 gig to save the info
it needs to roll it back?
In general you probably need at least as much free disk space as there
is for the database
if you have to do massive transactions. It might have to duplicate the
entire database..

The transaction is rather small, a few Mbytes.

----- Original Message ----- From: "Alexander Kozlovsky" <[EMAIL PROTECTED]>
To: "Anton Kuznetsov" <sqlite-users@sqlite.org>
Sent: Friday, December 30, 2005 6:14 PM
Subject: Re: [sqlite] Error: database or disk is full

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.

Yes, I do have it.

Thanks.
Anton.

Reply via email to