Pessimistic Locking of a Database.

T

ThunderTek

I need to lock my database so that no 2 users can input data into the same
record. I do not want them to be prompted after the data has been entered
for their data to overwrite any other data that may be in that record of
field. How do I achieve this type of locking?

Frontend is PC based and Backend is on a server.
 
Top