Hi
When i use Model/View programming, is there a way to lock a register in the database when it is being edited on the view?
I tested with two instances of the same program, accessing the same database. On the first, while editing a row, i remove it in the other. Then i loose consistance until i update the model.
And what about transactions! Does it support?