Difference between revisions of "TParadoxDataSet"

From Lazarus wiki
Jump to navigationJump to search
Line 39: Line 39:
 
* (Click on Compile is only necessary, if you don't want to install the component into the IDE)
 
* (Click on Compile is only necessary, if you don't want to install the component into the IDE)
 
* Click on Install
 
* Click on Install
 +
 +
==See also ==
 +
* [[TParadox]]
  
 
[[Category:Components]]
 
[[Category:Components]]
 
[[Category:Databases]]
 
[[Category:Databases]]
 
[[Category:Lazarus-CCR]]
 
[[Category:Lazarus-CCR]]

Revision as of 12:16, 11 October 2016

English (en) français (fr) português (pt)

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.

TParadoxDataSet is a TDataSet that can read (but not write!) Paradox Files up to Version 7.

Its main characteristics are :

  • Data aware implementation
  • All Table Levels up to Version 7

Author/License

Download

The latest stable release can be found on

Bug reporting / Feature Request

Please report bugs to the Lazarus Bugtracker in Category Packages

SVN

You can get the latest source via SVN:

svn checkout https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/tparadoxdataset

Change Log

  • 31 January 2007 Release

Status: Beta

Installation

  • unzip the files from the zip file to lazarus\components\
  • Open Lazarus
  • Open the package .lpk with Component/Open package file (.lpk)
  • (Click on Compile is only necessary, if you don't want to install the component into the IDE)
  • Click on Install

See also