DBF/FoxPro Providers

In This Article i Describe About DBF/FoxPro Providers
  • 2398

Introduction

DBF is a file format typically used by database software and FoxPro is a data-centric object-oriented and procedural programming language.
    

Microsoft Jet OLE DB 4.0


Standard

Provider=Microsoft.Jet.OLEDB.4.0;Data Source=d:\folder;Extended Properties=dBASE IV;User ID=Admin;Password=;


Bridging to Jet OLE DB 4.0

Provider=Microsoft.Jet.OLEDB.4.0;Data Source=d:\folder;Extended Properties=dBASE IV;User ID=Admin;Password=;


Microsoft dBASE ODBC Driver


Standard

Driver={Microsoft dBASE Driver (*.dbf)};DriverID=277;Dbq=d:\mydbpath;


Remote drives

Driver={Microsoft dBase Driver (*.dbf)};datasource=dBase Files;

 

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.