SQLite Forum

ExecuteNonQuery returns wrong number of affected elements
Login
When a simple table contains more the one hundred rows truncate operation (delete from tableName) called from ExecuteNonQuery returns more than 100. If it contains more rows the difference is bigger and bigger (in case of 200 rows I have got back 203, in case of 5015 it returns with 5399).

Could you please investigate it?

Thanks!