home *** CD-ROM | disk | FTP | other *** search
- #ifndef _IDAMSGS_
- #define _IDAMSGS_
-
- /*******************************************************************************
- * FILE NAME: IDAMSGS.HPP *
- * *
- * DESCRIPTION: *
- * Definition of messages used in Data Access Builder code generation. *
- * *
- *******************************************************************************/
-
- /***********************************************
-
- Licensed Materials - Property of IBM
-
- 5622-880 5801-AAR
-
- (c) Copyright IBM Corp 1991, 1996.
-
- ************************************************/
-
- #define IDAMSGS_wasTruncated "Attribute was truncated."
- #define IDAMSGS_nonDBCSMixed "Attribute contains non-DBCS characters."
- #define IDAMSGS_addReadOnly "add cannot be used on a readonly object."
- #define IDAMSGS_delReadOnly "del cannot be used on a readonly object."
- #define IDAMSGS_updateReadOnly "update cannot be used on a readonly object."
- #define IDAMSGS_errorOccurredAdd "Error occurred during add."
- #define IDAMSGS_errorOccurredDel "Error occurred during del."
- #define IDAMSGS_multipleRowsDel "Multiple rows affected by del."
- #define IDAMSGS_errorOccurredUpdate "Error occurred during update."
- #define IDAMSGS_multipleRowsUpdate "Multiple rows affected by update."
- #define IDAMSGS_errorOccurredRetrieve "Error occurred during retrieve."
- #define IDAMSGS_errorOccurredSelect "Error occurred during select."
- #define IDAMSGS_errorOccurredRefresh "Error occurred during refresh."
- #define IDAMSGS_errorOccurredRetrieveAll "Error occurred during retrieveAll."
- #define IDAMSGS_outOfMemory "Out of memory error."
- #define IDAMSGS_cannotRetrieve "This object cannot be retrieved."
-
- #endif