home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / include / idamsgs.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-22  |  1.9 KB  |  40 lines

  1. #ifndef _IDAMSGS_
  2. #define _IDAMSGS_
  3.  
  4. /*******************************************************************************
  5. * FILE NAME: IDAMSGS.HPP                                                       *
  6. *                                                                              *
  7. * DESCRIPTION:                                                                 *
  8. *   Definition of messages used in Data Access Builder code generation.        *
  9. *                                                                              *
  10. *******************************************************************************/
  11.  
  12. /***********************************************
  13.  
  14.     Licensed Materials - Property of IBM
  15.  
  16.     5622-880   5801-AAR
  17.  
  18.     (c) Copyright IBM Corp 1991, 1996.
  19.  
  20. ************************************************/
  21.  
  22. #define IDAMSGS_wasTruncated "Attribute was truncated."
  23. #define IDAMSGS_nonDBCSMixed "Attribute contains non-DBCS characters."
  24. #define IDAMSGS_addReadOnly "add cannot be used on a readonly object."
  25. #define IDAMSGS_delReadOnly "del cannot be used on a readonly object."
  26. #define IDAMSGS_updateReadOnly "update cannot be used on a readonly object."
  27. #define IDAMSGS_errorOccurredAdd "Error occurred during add."
  28. #define IDAMSGS_errorOccurredDel "Error occurred during del."
  29. #define IDAMSGS_multipleRowsDel "Multiple rows affected by del."
  30. #define IDAMSGS_errorOccurredUpdate "Error occurred during update."
  31. #define IDAMSGS_multipleRowsUpdate "Multiple rows affected by update."
  32. #define IDAMSGS_errorOccurredRetrieve "Error occurred during retrieve."
  33. #define IDAMSGS_errorOccurredSelect "Error occurred during select."
  34. #define IDAMSGS_errorOccurredRefresh "Error occurred during refresh."
  35. #define IDAMSGS_errorOccurredRetrieveAll "Error occurred during retrieveAll."
  36. #define IDAMSGS_outOfMemory "Out of memory error."
  37. #define IDAMSGS_cannotRetrieve "This object cannot be retrieved."
  38.  
  39. #endif
  40.