lazarus/components/dbexport
2015-04-15 20:37:59 +00:00
..
demo
languages Translations: updated French translation by Gilles Vasseur, bug #27863 2015-04-15 20:37:59 +00:00
dbexportimg.res
dbexportimg.txt
fpdataexporter.pp
frmbaseconfigexport.lfm
frmbaseconfigexport.pp
frmexportprogress.lfm
frmexportprogress.pp
frmselectexportformat.lfm
frmselectexportformat.pp
lazdbexport.lpk
lazdbexport.pas
README.txt * Examples: cosmetic 2014-10-03 08:25:51 +00:00
regdbexport.pp
sdb_consts.pas Components, DBExport: fixed typo, regenerated translations, improved Russian translation 2014-07-18 20:03:40 +00:00
tcsvexporter.xpm
tfixedlengthexporter.xpm
tfpdataexporter.xpm
tfpdbfexport.xpm
trtfexporter.xpm
tsimplejsonexporter.xpm
tsimplexmlexporter.xpm
tsqlexporter.xpm
tstandardexportformats.xpm
ttexexporter.xpm
txmlxsdexporter.xpm

Requirements: FPC 2.4+

This is the Lazarus support for the Free Pascal DBExport units.
These units provide exports from any TDataset to various file formats.

The package registers on the tab 'Data Export' the following components:

TSCVExporter - Export to CSV (Comma Separated Values) text file.

TFixedLengthExporter - Export to Fixed Length format text file.

TSimpleXMLExporter - Export to XML file (no UTF-8, just ASCII)

TSimpleJSONExporter - Export to JSON file (no UTF-8, just ASCII)

TSQLExporter - Export data as a series of SQL insert/update statements.

TFPDBFEport - Export to a DBF file.

TXMLXSDExporter - Export to various kinds of UTF-8 XML file formats (Microsoft 
Access, Microsoft Excel, ADO.NET, Delphi ClientDataset)

TDataExporter - Dialog component which allows one to select a registered export
format, configures the export settings, and exports the data. Right-click on
the component and select 'Execute' from the component editor menu to try
this in the designer.

TStandardExports - Drop this on a form to register standard export types in
your application.