Subject Concurrency
Author women_lover_best
Hi,
we are developing in .net,and using firebird..how do yu deal with
concurrency issue..one way is have a timestamp column in each
table..which tells the application code..when was a record
accessedd..so if i get a record and update it..i check if timestamp in
table is different from timestamp when i accessed it..and inform the
user..what yu do?
thks