|
|
| DataAdapter [+] Favor-It | |
| |
 |
| | Sort By:
|
In this article, we will focus on the different approaches to concurrency locking and discuss how you can handle the situations when they occur. Author: Wayne Plourde Code: ASP.NET v1.0 & VB |
This article focuses on the "Optimistic concurrency control", doing it manually with out the DataSet. On a second part, I will focus on "Pessimistic concurrency control".
Author: Teo Code: ASP.NET v1.1 & C# |
VS.NET's code generation features serve the purpose of creating trivial applications very well but when it comes time to create a more complicated application, a good programmer needs to know how to work with ADO.NET DataAdapters at the code level. Author: David Talbot Code: ASP.NET Beta 2 & C# |
|  | |
In database-locking parlance, the term optimistic concurrency means that your application assumes that no one else will be making changes to the same record that it is currently editing.
Author: Craig Utley Code: ASP.NET v1.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|