Connection strings for Paradox
Microsoft Jet OLE DB 4.0
Usage Provider=Microsoft.Jet.OLEDB.4.0
Manufacturer Microsoft
Standard
Please note that you should only specify the folder where the database resides. Not the database name itself.
Microsoft Paradox Driver
Usage Driver={Microsoft Paradox Driver (*.db )}
Manufacturer Microsoft
5.X
7.X
Please note that this one only supports read operations.
Intersolv 3.11 ODBC Driver
Usage DSN=myDSN
Manufacturer DataDirect Technologies
7.X
DataDirect provides this Paradox 7.x table format driver with read-write capability. Note that Paradox tables remain frozen at table format 7.x, That means that software mentioning Paradox 8, 9, 10 tables are really always referencing format 7.x.
Not all parameters are required, most of them can be set at the DSN system config.
Parameters definition<br/> AUT - ApplicationUsingThreads<br/> CT - CreateType<br/> DB - Database<br/> DSN - DataSourceName<br/> DQ - DeferQueryEvaluation<br/> FOC - FileOpenCache<br/> IS - IntlSort<br/> ND - NetDir<br/> PW - Passwords<br/> USF - UltraSafeCommit<br/> ULQ - UseLongQualifiers<br/>
.NET Framework Data Provider for ODBC
Usage System.Data.Odbc.OdbcConnection
Manufacturer Microsoft
Bridging to Microsoft Paradox ODBC Driver
This is just one connection string sample for the wrapping OdbcConnection class that calls the underlying ODBC Driver. See respective ODBC driver for more connection strings to use with this class.
