Difference between revisions of "TParadox"

From Lazarus wiki
Jump to navigationJump to search
Line 2: Line 2:
 
{{Note|Paradox uses the '''BDE''' (Borland Database Engine) that is unmaintained and unsupported since around 2000.}}   
 
{{Note|Paradox uses the '''BDE''' (Borland Database Engine) that is unmaintained and unsupported since around 2000.}}   
  
'''TParadox''' [[image:tparadox.png]] is a component that provides an interface to Paradox databases. It is available from the [[Data Access tab]] of the [[Component Palette]] as soon as the lazparadox package is installed.
+
'''TParadox''' [[image:tparadox.png]] is a [[TDataSet]] descendant component that provides an interface to Paradox databases. It is available from the [[Data Access tab]] of the [[Component Palette]] as soon as the lazparadox package is installed.
 +
 
  
 
== See also ==
 
== See also ==

Revision as of 14:41, 11 October 2016

Databases portal

References:

Tutorials/practical articles:

Databases

Advantage - MySQL - MSSQL - Postgres - Interbase - Firebird - Oracle - ODBC - Paradox - SQLite - dBASE - MS Access - Zeos
Light bulb  Note: Paradox uses the BDE (Borland Database Engine) that is unmaintained and unsupported since around 2000.

TParadox tparadox.png is a TDataSet descendant component that provides an interface to Paradox databases. It is available from the Data Access tab of the Component Palette as soon as the lazparadox package is installed.


See also