Pervasive OLEDB provider using path to data files

This article explains the commands used to connect with Pervasive OLE DB provider using path to data files.
  • 2226

Introduction

The MicroKernel Database Engine (MKDE) works directly with the data files resides on computer's hard disk. Connection string used for OLEDB provider have provider and data source field. In data source field path of data files is given. Connection string is given below.

Syntax

Provider=PervasiveOLEDB;Data Source=C:\datafilesDirectory;

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.