home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / dbsamp.exe / DBSAMP.TXT next >
Text File  |  1995-03-31  |  4KB  |  102 lines

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              NWAdmin Snapin sample for a Database
  5. DOCUMENT ID:        TID022072
  6. DOCUMENT REVISION:  A
  7. DATE:               30MAR95
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Issue
  10. README FOR:         DBSAMP.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. NetWare Client SDK 1.0e
  14.  
  15. ABSTRACT:
  16.  
  17. This code has two snapin modules for manipulating Datbase Objects and Database
  18. User Objects.  NDS is extended to handle these objects by the app install. 
  19. Likewise, uninstall will remove these objects out of the tree.  There is also
  20. a client windows app and an NLM that demonstrate how to locate services
  21. without using SAP.  NDS is leveraged to store network addresses and both the
  22. NLM and the client piece use NDS to connect.  More information is provided in
  23. the REAME.1ST document sent with this archive.
  24.  
  25. -----------------------------------------------------------------
  26. DISCLAIMER
  27. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL.  NOVELL
  28. MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION.  HOWEVER, THE
  29. INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION ONLY.  NOVELL
  30. MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS INFORMATION.
  31. -----------------------------------------------------------------
  32.  
  33. ISSUE
  34.  
  35. Developers wanted to see a complete Client/Server solution that leveraged NDS
  36. and leveraged NWAdmin to administer the application.  This is a simplified
  37. version of a Database.
  38.  
  39.  
  40. Self-Extracting File Name:  DBSAMP.EXE     Revision:  A
  41.  
  42. Files Included     Size     Date      Time
  43.  
  44. \
  45.   DBSAMP.TXT         (This File)
  46.   README.1ST       2925   03-30-95    3:16p
  47. \DBAPP\CLIENT\
  48.      DBAPP.C      29293   01-12-95    9:18a
  49.      DBAPP.H        540   01-04-95    2:46p
  50.     DBAPP.RC       2507   01-04-95    3:06p
  51.    DBAPP.BMP        246   01-04-95    2:39p
  52.    DBAPP.EXE      82791   01-12-95    9:18a
  53.    DBAPP.ICO        766   01-04-95    2:55p
  54. \DBAPP\SERVER\
  55.      DBNLM.C       9915   01-12-95    9:35a
  56.      DBNLM.H        590   12-01-94    8:40a
  57.     MAKEFILE       2233   01-04-95   12:59p
  58.    DBNLM.DEF        310   11-30-94    4:24p
  59.    DBNLM.LNK        668   01-04-95    1:00p
  60.    DBNLM.MAP      24454   01-05-95    2:33p
  61.    DBNLM.NLM      12792   01-05-95    2:33p
  62.    DBNLM.OBJ      12956   01-05-95    2:33p
  63. \DBINST\
  64.     DBINST.C      16098   01-12-95    8:41a
  65.   DBINST.EXE     227394   01-12-95    8:41a
  66. \DBSNAPIN\
  67.       DB.BMP        246   11-29-94   10:42a
  68.      DBA.BMP        310   11-29-94   10:42a
  69.      DBS.BMP        246   12-19-94   11:26a
  70.     DBRO.BMP        246   11-29-94   10:42a
  71.     DBSA.BMP        310   12-19-94   11:26a
  72.    DBSRO.BMP        246   12-19-94   11:26a
  73.   DBSNAPIN.C      62978   03-13-95    8:49a
  74.   DBSNAPIN.H       3813   01-04-95   10:44a
  75.  DBSNAPIN.RC       5116   01-04-95   10:47a
  76. DBSNAPIN.DEF        218   01-04-95   10:45a
  77. DBSNAPIN.DLL     112799   03-13-95    8:51a
  78. \DBUNINST\
  79.   DBUNINST.C       7668   01-04-95   10:39a
  80. DBUNINST.EXE     220388   01-04-95   10:39a
  81. \DBUSNAP\
  82.       DB.BMP        246   11-29-94   10:42a
  83.      DBA.BMP        310   11-29-94   10:42a
  84.      DBS.BMP        246   12-19-94   11:26a
  85.     DBRO.BMP        246   11-29-94   10:42a
  86.     DBSA.BMP        310   12-19-94   11:26a
  87.    DBSRO.BMP        246   12-19-94   11:26a
  88.    DBUSNAP.C      16899   01-13-95   10:30a
  89.    DBUSNAP.H       1806   01-13-95    9:39a
  90.   DBUSNAP.RC       1753   01-13-95   10:21a
  91.  DBUSNAP.DEF        208   01-13-95    8:29a
  92.  DBUSNAP.DLL      25211   01-13-95   10:31a
  93.  
  94.  
  95. -----------------------------------------------------------------
  96. Any trademarks referenced in this document are the property of their
  97. respective owners.  Consult your product manuals for complete trademark
  98. information.
  99. -----------------------------------------------------------------
  100.  
  101.  
  102.