home *** CD-ROM | disk | FTP | other *** search
- //--------------------------------------------------------------
- //
- // Connect.dmd - Connect only data module for the Mugs
- // Sample Application
- //
- // This datamodule simply inherits the database connection
- // defined in the custom data module MUGSDATAMODULE in MUGS.CDM.
- // Reports and forms that contain their own Query components
- // use this data module to open the database connection.
- //
- // Dependencies: MUGS.CDM
- //
- // Visual dBASE Samples Group
- //
- // $Revision: 1.1 $
- //
- // Copyright (c) 1997, Borland International, Inc.
- // All rights reserved.
- //
- //---------------------------------------------------------------
-
- ** END HEADER -- do not remove this line
- //
- // Generated on 10/09/97
- //
- class connectDataModule of MUGSDATAMODULE from "mugs.cdm"
-
- endclass
-