[sqlite] Error code 25

2005-11-01 Thread Hannes Ricklefs
Hi, does anyone know what error code 25 stands for I can't find it in the documentation! It occurs in relation to binding values to a prepared statement. THanks, Hannes

[sqlite] Time scale on INSERT and UPDATE

2005-10-27 Thread Hannes Ricklefs
Hello, does anyone have any experience in the amount of time increase for an UPDATE, INSERT, SELECT in relation to the size of the actual database? Is it proportional or exponential for example... Regards, Hannes

[sqlite] Size of INSERT and UPDATE in TRANSACTION

2005-10-27 Thread Hannes Ricklefs
Hello, I was wondering if anyone has any experience with the number of INSERT UPDATE statements in one TRANSACTION. For example I have the situation that i have to do around 20.000 INSERTS in one TRANSACTION, so I am wondering if it has any performance improvements if I split these up into