//---------------------------------------------------------------------------
// Borland C++Builder
// Copyright (c) 1987, 2000-2002 Borland International Inc.  All Rights Reserved.
//---------------------------------------------------------------------------

TITLE:
    EmpEdit

DESCRIPTION:
    This program demonstrates using TClientDataSet in a distributed data 
    application.

DEMONSTRATES:
    + TClientDataSet
    + TDCOMConnection

COMMENTS:
    Be sure to build and run the EmpSrvr application first, or this example
    won't run correctly.  Once the EmpSrvr application is registered, you need
    to connect the TDCOMConnection control to the server.  To do this, set the
    DCOMConnection1's ServerName property to EmpSrvr.EmpServer_BCB.


