home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sysmgmt / sms / smsview / nt / smsview.str < prev    next >
Text File  |  1996-10-15  |  1KB  |  30 lines

  1. //****************************************************************************
  2. //
  3. //  Copyright (c) 1994, Microsoft Corporation
  4. //
  5. //  File:  smsview.cpp
  6. //
  7. //  History:
  8. //
  9. //      kenp    12-5-94         Created
  10. //
  11. //****************************************************************************
  12. STRINGTABLE
  13. BEGIN
  14.  
  15.     IDS_MSC_DBERROR                     "Database Error"
  16.     IDS_MSC_CREATE_VIEWS                "Create Views"
  17.  
  18.     IDS_MSG_CREATE_VIEW                 "Succesfully Created Views"
  19.     IDS_MSG_DROP_VIEW                   "Succesfully Dropped Views"
  20.  
  21.     IDS_ERR_CMD_TOO_LONG                "Command Line Parameter to long"
  22.     IDS_ERR_COM_NOT_LOADED              "Communications layer not loaded\n"
  23.     IDS_ERR_LOAD_VIEWDLL                "Cannot load VIEWDLL.DLL"
  24.     IDS_ERR_CREATE_VIEW                 "Some problems encountered while generating views."
  25.     IDS_ERR_DROP_VIEW                   "Some problems encountered while dropping views."
  26.     IDS_ERR_SQL_ERROR                   "SQL Error Message: "
  27.     IDS_ERR_BADGROUP                    "Could not create view %s. If SQL Server reported syntax errors, please ensure that the Group name and Attribututes are free of commas (,) and other incompatible characters."
  28.  
  29. END
  30.