Home     DB      Replicator      CRM      Solutions  

License Policy
One$ DB FAQ
Pricing Policy
Support Overview
Features
Documentation
Compatible Products
Data Migration
Features Comparison
Performance Comparison
Daffodil DB
User Guide > Features > MVCC > Read Uncommitted
 
Read  Uncommitted


The Read Uncommitted isolation level allows a transaction to access uncommitted changes are made by other transactions. A transaction using the Read Uncommitted isolation level cannot prevent other transactions from modifying the row of data being read. Therefore, transactions are not isolated from each other. If the Read Uncommitted isolation level is being used by a transaction that is working with a data source, which supports other transaction isolation levels, the data source ignores the mechanism used to implement those levels.

Note:-  Read Uncommitted Isolation Level is typically used by read-only transactions.
 
Web Database | SQL Database | Embedded Database
©2006 Daffodil Software Ltd. Contact Us | Disclaimer | Sitemap