home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / PROCINST.ZIP / HELP.ZIP / IOMSG.H < prev    next >
Encoding:
C/C++ Source or Header  |  1990-08-07  |  3.3 KB  |  77 lines

  1. /* ==( hdr/iomsg.h )== */
  2.  
  3. /* ----------------------------------------------- */
  4. /* Pro-C - Copyright (C) 1988, 1989 Vestronix Inc. */
  5. /* Modification to this source is not supported    */
  6. /* by Vestronix Inc.                               */
  7. /*            All Rights Reserved                  */
  8. /* ----------------------------------------------- */
  9.  
  10. /*
  11.  * Messages translating PRO-C Error Codes returned from I/O interfaces.
  12. */
  13. /* IODELETED */
  14. #define        FileDeleted_s        "Record in File %s has been Deleted or Updated"
  15. /* IONOTRANS */
  16. #define        FileNoTrans_s        "Transaction Processing error in %s"
  17. /* IONOLOGON */
  18. #define        FileBadPasswd        "Invalid User ID or Password"
  19. /* IONONEXT */
  20. #define        FileNoMoreMatch_ss    "No more matches to %s in File %s"
  21. /* IONOLOCK */
  22. #define        FileNotLocked_s        "Record in File %s is not locked"
  23. /* IOLOCKED */
  24. #define        FileLocked_s        "Record in File %s is locked"
  25. #define        FileLockTimeout_s    "Record in File %s is locked, timeout exceeded"
  26. /* IOEOF */
  27. #define        FileEnd_s        "No more records in %s"
  28. /* IOTOF */
  29. #define        FileTop_s        "No prior records in %s"
  30. /* IODUP */
  31. #define        FileDuplKey_ss        "Key value %s already exists in File %s"
  32. /* IONOKEY */
  33. #define        FileNoKey_ss        "Key value %s not found in File %s"
  34. /* IOINDEXPOSN */
  35. #define        FileDiffKey_s        "Current Index for File %s has changed"
  36. /* IOBADOPEN */
  37. #define        FileNotOpened_s        "File %s was not opened"
  38. /* IONOFILE */
  39. #define        FileNotFound_s        "File %s does not exist"
  40. /* IOERROR */
  41. #define        FileGenError        "General Error"
  42. #define        FileGenError_s        "General Error in File %s"
  43. #define        FileGenError_sds    "%s:\nError %d in File %s"
  44. #define        FileDbgError_sds    "%s:\n Error %d\n Ret Code %s"
  45. #define        FileDbgError_sdss    "%s:\n Error %d\n File %s\n Ret Code %s"
  46.  
  47. /*
  48. * Miscellaneous messages in I/O interface modules
  49. */
  50. #define     DataFileXist_s    "Data file %s already exists"
  51. #define     SrvrNotRun        "C-Tree Server Not Running"
  52. #define        DataBaseNoXist_ss    "%s Database %s does not exist"
  53. #define        DBVAssignID_ss        "Error assigning ID for %s: %s"
  54. #define        DataBaseNoCreat_s    "Database File %s not created"
  55. #define        DataBaseNoOpen_s    "Database File %s not opened"
  56. #define        KeysOutOfSync        "Current Keys are out of synchronization"
  57. #define        KeysNoPrimary_s    "No Primary Key specified for table %s"
  58. #define        KeysPDXNoSecond    "Paradox does not support secondary compound keys"
  59. #define        FileNotCopied_s    "File %s was not copied"
  60.  
  61. #define        FileMaxOpen        "Maximum number of open files exceeded"
  62. #define        FileNoMemory        "Insufficient memory available"
  63. #define        FileRecLenChg_s        "Record length change in existing file %s"
  64. #define        FileMemoNoRead_ss    "Memo field %s read error\in file %s"
  65. #define        FileMemoNoWrite_ss    "Memo field %s write error\in file %s"
  66. #define        FilePackFail_s        "Database PACK failure in file %s"
  67. #define        FileFldRef_s        "Field reference error in %s"
  68. #define        FileFirstKeyFld_s    "First field in file %s\nMUST be the primary key"
  69. #define        FileEngNotStart_s    "%s Database Engine not started"
  70. #define        FileShareReqd        "SHARE must be run before using database"
  71. #define        FileTrnsBegin        "Start Transaction failure"
  72. #define        FileTrnsCommit        "Commit Transaction failure"
  73. #define        FileTrnsRlback        "Rollback Transaction failure"
  74. #define        FileTrnsLogOpen        "Cannot open Transaction Log File"
  75. #define        FileTrnsLogCreate    "Cannot create Transaction Log File"
  76.  
  77.