project CopySort - Version 2.0

 Delphi 2, 3

 08.06.98

 Autor : (c)Jose Maria Gias    Zaragoza - Spain
 email : sigecom@arrakis.es

 Freeware  - This is an example with the code included source, reason by the one
             which are not admitted claims neither are offered guarantees

 Copy, Sort, Exports, Filters, Query, Print, Index, Pack, Info BDE, Edit
 Tables and Index structure, Data View, List, View/New/Delete Alias,
 Make .mdb MSAccess Database with Ms DAO, etc.

 With the project demo that is attached, they can be accomplished the following
 functions:

 - CopyTablefull(..) Use the BDE function dbiCopyTable() that makes a
                     copy integrates of table though it be filtered

   - To copy or to duplicate tables complete with their Indices

 - SortTable(..) Use components Ttable and BatchMove

   - Sort tables

   - Also it is incorporated the example of the BDE function fDbiSortTable(),
     but in the project is not employed because orders only by a field.

 - CopySort(..) Use components Ttable

    - To copy or to duplicate tables complete without Indices.

    - To copy data to other in a way ordered table

    - To export data ordered by an Index to dBase, Paradox, or ASCII.Txt
      (Attention. If is exported in ASCII format, the Memo fields are not
       sustained and will give a error)

 - The Form2, accomplish operations of visualizing, creating and erasing Alias
   of the BDE, and Make new .mdb MsAccess DataBase with DAO, when it is installed
   in your machine
