S
Steve
If the web application only has JDBC insert operation, do u need to
worry about the concurrency? Let's assume the web application is just
using JDBC for database manipulation. I'm concerned if the transaction
management mechanism is necessary.
If the application has update operation, then we should make sure each
the update operation is locked if 2 user are trying to update the same
record at the same time?
Please advice. thanks!!
worry about the concurrency? Let's assume the web application is just
using JDBC for database manipulation. I'm concerned if the transaction
management mechanism is necessary.
If the application has update operation, then we should make sure each
the update operation is locked if 2 user are trying to update the same
record at the same time?
Please advice. thanks!!