Standard (Paradox) using Microsoft.Jet.OLEDB.4.0

Connection string

This Microsoft Jet OLE DB 4.0 connection string can be used for connections to Paradox.

Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\myDb;
Extended Properties
=Paradox 5.x;

Please note that you should only specify the folder where the database resides. Not the database name itself.

How to Use JET in 64 bit environments