Determine Read only connection in Sybase Advantage .NET Data Provider

In this article I will explain about Read only connection in Sybase Advantage .NET Data Provider.
  • 1431
Introduction

Read only connection is established to provide only READ privileges to the the user. This is done in order to maintain the integrity and the security of the data being used and shared.

Data Source=\\userserver\uservolume\userpat\mydd.add;User ID=Username;Password=user_Password;ServerType=REMOTE;ReadOnly=TRUE;

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.