How to use ASE ADO.NET Data Provider

This article describes how ASE ADO.NET are used in .NET Framework.
  • 3312

Introduction to ASE :

ASE stands for Adaptive Server Enterprise. Sybase Adaptive Server Enterprise is a high performance relational database management system for mission-critical, data-intensive environments. it ensures highest operational efficiency and throughput on a broad range of platform.

The ASE ADO.NET Data Provider is an ADO.NET provider for Sybase Adaptive Server Enterprise. It allows to access data in ASE using any language supported by .NET. The ASE ADO.NET Data Provider is a .NET common language runtime (CLR) assembly. This assembly is simply a class library. It contains all the required sets of classes that provide functionality for all the ADO.NET interfaces. All the classes are managed code and accessible from any managed client code.

Syntax :

Data Source='ase_server';Port;port_num;Database=database_name;uid=user_name;Password=password;

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.