7.X using Paradox ODBC

Connection string

This Microsoft Paradox Driver connection string can be used for connections to Paradox.

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;

Please note that this one only supports read operations.