Hallo, I'm working with SQLite rel.3.4.3. on embedded system with ARM processor (unfortunately I cannot use a more recent release due to customizations on source code)
I need to update a db of statistics very often, opening and closing db handle many times, with a short delay between each updating operation DB is updated as follows: UPDATE table_name SET IdDeptGroup=1, Gross=Gross+ integer_value WHERE Id_= Id_value Have you ever seen a mismatch(sum is lower then expected) in the final sum result ? If yes, has anyone a trick to bypass this issue? Many thanks in advance. Rgds, Alessandro _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

