[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.odbcnet

How do we implement record locking?

Rob

7/18/2002 8:50:00 PM

Hello,

We are writing an inventory system using .Net and SQL server. With the
.net framework, data is loaded into datasets (memory). While data is in
memory, the data in the database could get updated by another process.

What is the proper mechanism using the framework to ensure that data won't
be modified or lost while we read it in, modify, and then store it back to
the table?

Thanks!

-- Rob