I believe we need your expertise and authority on a HARBOUR dbf matter.
Charly has posted a test. But I think this test is not meaningful because he commits after every data record update.
Is it really necessary to always commit? Don't the database commands fetch the values from the buffer?
Could you possibly clarify this situation?
Thank you in advance,
Otto
https://carles9000.github.io/?search=M%C3%A9tricas
Siempre que hagas cambios que pueden alterar la logica del programa, siempre habras de hacer un commit, independiente del rendimiento que tengas, que puede ser por varios temas. No hay mas. Si tu tienes en caja 100 y cojes 60, o actualizas al momento con commit o otro usuario puede cojer 100. Esto se entiende, no? Que tiene que ver el rendimiento? Que el uso de commit ralentiza ? Por supuesto