How to use Microsoft Paradox driver 7.x

This article explains the commands through which Microsoft Paradox driver 7.x can be used.
  • 3031

Introduction

The connection string used to connect to Microsoft Paradox driver 7.x have provider, persist security information, mode, extended properties, database, default directory, driver id, fil, maximum buffer size, page timeout, initial catalog.

Syntax

Provider=MSDASQL;Persist Security Info=False;Mode=Read;Extended Properties='DSN=Paradox;DBQ=C:\myDb;DefaultDir=C:\myDb;DriverId=538;FIL=Paradox 7.X;MaxBufferSize=2048;PageTimeout=600;';Initial Catalog=C:\myDb;

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.