How to use FoxPro / FoxPro 2.x in OLE DB

In this Article i explain you About use of FoxPro in OLE DB.
  • 1960

Introduction

Visual FoxPro is a data-centric object-oriented and procedural programming language produced by Microsoft.

Coding

Include "Provider=vfpoledb" in the connection string to use this provider.


VFP OLE DB Provider

Database container (.DBC)

Provider=vfpoledb;Data Source=d:\MyFolder\MyDbContainer.dbc;Collating Sequence=machine;


Free table directory

Provider=vfpoledb;Data Source=d:\MyFolder\MyDbContainer.dbc;Collating Sequence=machine;


Force the provider to use an ODBC DSN

Provider=vfpoledb;Data Source=d:\MyFolder\MyDbContainer.dbc;Collating Sequence=machine;


 

You may also want to read these related articles : here

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answer here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.