TParadox

From Lazarus wiki
Revision as of 22:44, 11 May 2019 by Wp (talk | contribs) (Add download links for the needed dlls)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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