Subject Re: [firebird-support] Problems with pages
Author Uwe Grauer
Ales Smodis wrote:

> I've written some short python code using the kinterbasdb module
> to fill a database table with 600 million records in order to see
> how Firebird behaves with such a huge amount of data. After about
> 430 million inserts (a hard commit after every 10000 records) I
> got the following error:
>
< rest cut off >

Did you start the Transaction yourself or did you use implicit Transactions?

Uwe