lazarus-ccr/components/fpspreadsheet/examples/db_import_export
2014-09-21 00:10:31 +00:00
..
db_export_import.lpi fpspreadsheet: Lots of cosmetics. Updated version of the chm help file. 2014-09-21 00:10:31 +00:00
db_export_import.lpr fpspreadsheet: Complete database import demo. Rename dbexport to db_export_import. Fix biff2 crashing in ReadPane because of duplicate variable FWorksheet. 2014-08-06 08:50:36 +00:00
main.lfm fpspreadsheet: Lots of cosmetics. Updated version of the chm help file. 2014-09-21 00:10:31 +00:00
main.pas fpspreadsheet: Lots of cosmetics. Updated version of the chm help file. 2014-09-21 00:10:31 +00:00
readme.txt fpspreadsheet: Complete database import demo. Rename dbexport to db_export_import. Fix biff2 crashing in ReadPane because of duplicate variable FWorksheet. 2014-08-06 08:50:36 +00:00

This example program shows how a large database table can be exported to and 
imported from a spreadsheet file using virtual mode. 

First, run the section 1 to create a dBase file with random data.
Then, in section 2, the dBase file can be converted to any spreadsheet format
supported. Finally, in section 3, another dBase file can be created from a
selected spreadsheet file.

Please note that this example is mainly educational to show a "real-world"
application of virtual mode, but, strictly speaking, virtual mode would not
be absolutely necessary due to the small number of columns.