ADO.NET still preserves a connection with the DB (which locks the records in question).
The big difference is that with a local set of data, calculations, queries, sorts, transformations, etc can happen locally which can free up your DB server and network from passing so much data - only the first set was sent across the network.
Main Topics
Browse All Topics





by: ITBGPosted on 2005-01-11 at 04:04:10ID: 13012518
the database takes care of that with the apropriate locks...