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

TITLE:
    sprmclnt

DESCRIPTION:
    This is the client portion of a MIDAS example.  

DEMONSTRATES:
    + TClientDataSet
    + TDCOMConnection

COMMENTS:
    Make sure that you compile and run the SPrmSrvr project before trying to run
    this project.  Once the SPrmSrvr application is registered, you need
    to connect the TDCOMConnection control to the server.  To do this, set the
    DCOMConnection's ServerName property to SPrmSrvr.SetParamSrvr.
