Difference between revisions of "TParadox"

From Lazarus wiki
Jump to navigationJump to search
m
(Add download links for the needed dlls)
 
Line 5: Line 5:
 
'''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.
 
'''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.
  
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 (for Windows users, pre-built dlls are ready for download at https://sourceforge.net/projects/pxlib/files/pxlib/0.6.3/pxlib-0.6.3-win32.tar.gz/download and ftp://ftp.gnupg.org/gcrypt/binary/libiconv-1.9.1.dll.zip)
  
 
== See also ==
 
== See also ==

Latest revision as of 21:44, 11 May 2019

English (en) français (fr)

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 (for Windows users, pre-built dlls are ready for download at https://sourceforge.net/projects/pxlib/files/pxlib/0.6.3/pxlib-0.6.3-win32.tar.gz/download and ftp://ftp.gnupg.org/gcrypt/binary/libiconv-1.9.1.dll.zip)

See also