Hi,
I am using LLBLGEN 3.0 with .net framework 2.0 and Oracle 91/10g with winform application
I just need a clarification while using UOW2.
In a multi user environment, when multiple users update same record in same entity
say for example Billvalue = Bill value + 100 is being updated by one user and at same time second user updates Bill value + 1000, does UOW2 handles this situation automatically or do i need to use some extra coding.