home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual dBase Pro v7.0 / DATA1.CAB / Sample_dBASE / Mugs / Connect.dmd < prev    next >
Encoding:
Text File  |  1997-11-20  |  813 b   |  29 lines

  1. //--------------------------------------------------------------
  2. //
  3. //  Connect.dmd - Connect only data module for the Mugs 
  4. //  Sample Application
  5. //
  6. //  This datamodule simply inherits the database connection
  7. //  defined in the custom data module MUGSDATAMODULE in MUGS.CDM.
  8. //  Reports and forms that contain their own Query components
  9. //  use this data module to open the database connection.
  10. //
  11. //  Dependencies:  MUGS.CDM
  12. //     
  13. //  Visual dBASE Samples Group
  14. //
  15. //  $Revision:   1.1  $
  16. //
  17. //  Copyright (c) 1997, Borland International, Inc. 
  18. //  All rights reserved.
  19. //
  20. //---------------------------------------------------------------
  21.  
  22. ** END HEADER -- do not remove this line
  23. //
  24. // Generated on 10/09/97
  25. //
  26. class connectDataModule of MUGSDATAMODULE from "mugs.cdm"
  27.  
  28. endclass
  29.