Read only access in .NET Compact Framework

In this article I will explain about Read only access in .NET Compact Framework.
  • 1487

Introduction

Files with Read only access

This access grants the administrator to view a  specified data. Here a copy of the original file is created which permits only read option but does not allows modification of any data.

Data Source=MyData.sdf;File Mode=Read Only;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.