Re: [sqlite] problem with SQLITE_FULL

2009-02-27 Thread Nuno Lucas
On Fri, Feb 27, 2009 at 8:06 AM, Wenton Thomas wrote: > I  used sqlite 3.5.9  in my application. > I attempt to insert  1000 records. When i inserted 700 records, > sqlite3_step() return SQLITE_FULL. > The free disk space is about 1,300M and  max id in the table is 700. > I have no idea how to so

[sqlite] problem with SQLITE_FULL

2009-02-27 Thread Wenton Thomas
I used sqlite 3.5.9 in my application. I attempt to insert 1000 records. When i inserted 700 records, sqlite3_step() return SQLITE_FULL. The free disk space is about 1,300M and max id in the table is 700. I have no idea how to solve it. Could anyone help me?