How to connect to Adaptive Server Anywhere OLEDB Provider in .NET framework

This article explains the connection string used to connect to ASA OLEDB provider in .NET Framework
  • 2642

Introduction :

A data provider in the .NET Framework serves as a bridge between an application and a data source. A data provider is used to retrieve data from a data source and to reconcile changes to that data back to the data source. When user the .NET Framework data provider for OLEDB, user connects to a database through a OLEDB data provider. Adaptive Server Anywhere includes an OLE DB provider named ASAProv.

Syntax :

Provider=ASAProv;Data source=asa_name

For OLEDB sources, the CommandType property describes the value of the CommandText property. Using the Adaptive Server Anywhere provider, user can get full access to Adaptive Server Anywhere features from OLE DB programming environments.

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.