How to work with Sybase Advantage .NET Data Provider

This article deals with connection string related to Sybase Advantage .NET Data Provider.
  • 2489

Introduction

The connection string given below is used as a Standard remote connection for Sybase Advantage .NET Data Provider which provides an access to  Advantage Database Server and Advantage Local Server . We can use the given string to establish a standard connection.

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

The connection string given below separates the path and the parameters in the command so as to have a proper difference between the path and the catalog parameters.

Data Source=\\userserver\uservolume\userpat;Initial Catalog=mydd.add;User ID=Username;Password=user_Password;ServerType=REMOTE;
 
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.