ado_dotnet thread: Record Locking
If my understanding of ADO,NET is correct, the current version works exclusively with disconnected data sets and does not/can not lock records in the data base. The only locking available to an ADO.NET app would be soft record locking. Am I correct in my understanding and if so what are most programmers doing to address this issue in multi-user business apps? Thanks. Bob :-)
|





