How to connect to Microsoft Paradox ODBC driver

This article explains connection string used to connect to Microsoft Paradox ODBC driver.
  • 3435

Introduction

In this article I m going to explain you the commands used to connect to Microsoft Paradox ODBC driver in .NET Framework. Connection string used to connect having driver, driver id, fil, default directory, database, collating sequence in it.

syntax

Driver={Microsoft Paradox Driver (*.db )};DriverID=538;Fil=Paradox 5.X;DefaultDir=c:\pathToDb\;Dbq=c:\pathToDb\;CollatingSequence=ASCII;

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.