llblgen 3.0 Release 3 December
.Net framework 2.0
Oracle 9i/10g [MS Oracle]
Windows App
Dear Support team,
I have very basic question.
Let us say I have a Table by name Invoice with Invoice Number and Value
Now users will update like tihs
UPDATE INVOICE SET VALUE=VALUE+ 100 WHERE INVOICENUMBER=1
Now my question is, since is multi user environment, if 5 users execute this statement at same time on different PC's how does LLBLGEN handle this ?