Difference between revisions of "TParadox"

From Free Pascal wiki
Jump to navigationJump to search
Line 5: Line 5:
  
 
Most likely you also need <tt>pxlib.dll</tt> and <tt>iconv.dll</tt> available during execution.
 
Most likely you also need <tt>pxlib.dll</tt> and <tt>iconv.dll</tt> available during execution.
 
  
 
== See also ==
 
== See also ==
 
* [[TParadoxDataSet]]
 
* [[TParadoxDataSet]]
 +
* [https://sourceforge.net/projects/tpdx/ pxlib.dll]
 +
* [ftp://ftp.gnupg.org/gcrypt/binary/libiconv-1.9.1.dll.zip iconv.dll]
  
 
[[category:Databases]]
 
[[category:Databases]]

Revision as of 23:22, 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.

Most likely you also need pxlib.dll and iconv.dll available during execution.

See also