Difference between revisions of "TParadoxDataSet"

From Lazarus wiki
Jump to navigationJump to search
(Categorized.)
(language)
Line 3: Line 3:
 
=== About ===
 
=== About ===
  
TParadoxDataSet is an TDataSet that can read (but not write!) Paradox Files up to Version 7
+
TParadoxDataSet is a <code>TDataSet</code> that can read (but not write!) Paradox Files up to Version 7.
 
 
Its main caracteristics are :
 
  
 +
Its main characteristics are :
 
* Data aware implementation
 
* Data aware implementation
 
* All Table Levels up to Version 7
 
* All Table Levels up to Version 7
Line 23: Line 22:
  
 
=== Bug reporting / Feature Request ===
 
=== Bug reporting / Feature Request ===
 
+
Please report bugs to the [http://www.freepascal.org/mantis/set_project.php?project_id=3 Lazarus Bugtracker] in Category Packages
Please Report Bugs to the [http://www.freepascal.org/mantis/set_project.php?project_id=3 Lazarus Bugtracker] in Category Packages
 
  
 
=== SVN ===
 
=== SVN ===
 
+
You can get the latest source via SVN:
you can checkout the actual source from<br>
+
<syntaxhighlight lang="bash">
 
+
svn checkout https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/tparadoxdataset
https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/tparadoxdataset
+
</syntaxhighlight>
 
 
commandline to do this is
 
 
 
svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/tparadoxdataset
 
  
 
=== Change Log ===
 
=== Change Log ===
* 31.01.2007 Release
+
* 31 January 2007 Release
  
 
Status: Beta
 
Status: Beta
Line 43: Line 37:
 
=== Installation ===
 
=== Installation ===
 
* unzip the files from the zip file to lazarus\components\
 
* unzip the files from the zip file to lazarus\components\
* Open lazarus
+
* Open Lazarus
 
* Open the package .lpk with Component/Open package file (.lpk)
 
* 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 Compile is only necessary, if you don't want to install the component into the IDE)

Revision as of 17:42, 29 June 2014

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

About

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

Author: Christian Ulrich

License

LGPL

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