Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modifying stored procedures
Message
 
To
05/06/2002 11:23:33
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00664934
Message ID:
00665303
Views:
25
Hi, Hilmar!

>>
Can you briefly explain what is a "dirty read"?
<<

"Dirty read" is the possibilitiy of all xBase databases to be able to read a record which is locked by another!
This works due to a technical trick:
- Locks are setted on a specific area of the DBF file.
- But not the real location of the locked record in the DBF file is locked, but a virtual region outside of EOF.
- If anybody other try to make the same virtual lock, it denied.
- But if anybody want's to read the locked record - it works!

BTW: This is the history, I'm not sure about behind the scenes of the current VFP versions. And I don't know how backend databases like SQL2000 work!

So far!
SeBaFlu
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform