Answer Posted / idayathullah
Dirty read is the process of reading database records
without locking the records being read. This means that an
uncommitted change can be read and then rolled back by
another client, resulting in a local copy of a record that
is not consistent with what is stored in the database.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
Interop Services?
What is the difference between response.redirect & server.transfer?
What is the procedure to add assemly to gac to make it shared one?
What is typical about a windows process in regards to memory allocation in dot net?
What is msil, il?
What is data type and how many types of data types are in .NET ?
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
What is the difference between response.write & response.output.write?
How will you do redo and undo in textbox control?
How to load a user control dynamically in runtime?
What are the purposes of using .net?
What is file extension of Webservices in .Net?
What is loosely coupled solution in.net?
What is an anonymous method?
What is Complex Class in .NET?