On Mon, 2005-06-20 at 01:30 -0700, Cory Nelson wrote: > what would cause this error? > > I have a few users reporting it, all with different database file > sizes. is there a limit on row counts in 3.x ? >
What OS are you using? The limit on the number of rows is 2^64. I doubt that is what you are running into. Unless you are using AUTOINCREMENT and manually inserting a row with a huge rowid - that can cause a FULL error. -- D. Richard Hipp <[EMAIL PROTECTED]>