Delphi Component:

        TTableMirror - Version 1.0
        

Purpose:

        It is an inherited TTable component to maintain a mirror table
        for fault tolerance purpose.  All the Edit, Append, Insert, Cancel
        and Post operations to the master table will be also applied to
        the Mirror table.


Installation:

        Install the TableMirror.pas from the following menu.

        Component/Install Component/Unit file name


Description:

        TTableMirror is inherited from TTable.  There are two additional
        properties:

        1. DatabaseNameMirror : String

           It stores the mirror tables.  It will do mirror only if
           DatabaseNameMirror is not empty string.  Before doing mirror,
           make sure all the tables in the original database exist in
           the mirror database.

        2. DoMirror : Boolean

           It will do mirror only if DoMirror is true.  It should be set
           before openning table.


Known bugs:

        1. Insert operation to the master table is done as Append operation
           to the mirror table.


Contact:
        Please send any bug report, comment and suggestion to the following
        address.

        wwkin@cs.ust.hk
