Exclusive access in .NET Compact Framework

This article deals with various access such as exclusive access and read only access in .NET Compact Framework.
  • 2282

Introduction
Files with Exclusive access

Since there are times when an administrator solely wants to have the access of the data. So in such scenarios exclusive access comes into use. Hence exclusive access does not permits other users to open, access or modify the data. It is mainly used during important maintenance tasks, detaching of a database etc.     

Data Source=MyData.sdf;File Mode=Exclusive;Persist Security Info=False;

Further Readings 

  You may also want to read these related articles.

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.