All Tags »
Transactions »
locks »
connection (RSS)
Sorry, but there are no more tags available to filter with.
-
One of the best practices I've been taught is to close a file/connection as soon as you are done using it.
Does the functionality of the Commit() function give developers the license to simply hold open the database file IObjectContainer checking if it is NULL or isClosed() when only a single thread is accessing the DB?
Feel ...