How to connect to Pervasive OLEDB provider

This article describes the connection string used to connect to Pervasive OLE DB provider in .NET framework.
  • 3305

Introduction

An OLE DB provider is a software component enabling an OLE DB consumer to interact with the data source. OLE DB providers can be created to access simple data stores as a text file and spreadsheet, through complex databases as Oracle, Microsoft SQL Server, Sybase ASE and many others. It can also provide access to hierarchical data stores such as email systems. Connection string used to connect to Pervasive OLEDB provider is given below.

Syntax

Provider=PervasiveOLEDB;Data Source=server_add;

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.