Skip to content

Conclusion

Transaction processing is very easy to implement. In fact, it's easier to use it than to write the logic that may be required if you don't use it. Just remember that transaction processing is not suitable for all situations. Analyze the intended use to determine if transaction processing is reasonable for your particular situation.

See Also