home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / libsql_msg.tcl < prev    next >
Text File  |  1996-07-03  |  4KB  |  108 lines

  1. # !@#$%&*()_+| generated by 'genmdb' !@#$%&*()_+|
  2.  
  3. # Creating file '%1' ...
  4. global M_CREATE_FILE;    set M_CREATE_FILE    "340001"
  5.  
  6. # Generating create table statements ...
  7. global M_GEN_C_TAB;    set M_GEN_C_TAB    "340002"
  8.  
  9. # Generating create index statements ...
  10. global M_GEN_C_IDX;    set M_GEN_C_IDX    "340003"
  11.  
  12. # Generating create modify statements ...
  13. global M_GEN_C_MOD;    set M_GEN_C_MOD    "340004"
  14.  
  15. # Generating create integrity statements ...
  16. global M_GEN_C_INTEG;    set M_GEN_C_INTEG    "340005"
  17.  
  18. # Generating create rule statements ...
  19. global M_GEN_C_RULE;    set M_GEN_C_RULE    "340006"
  20.  
  21. # Generating create procedure statements ...
  22. global M_GEN_C_PROC;    set M_GEN_C_PROC    "340007"
  23.  
  24. # Generating drop table statements ...
  25. global M_GEN_D_TAB;    set M_GEN_D_TAB    "340008"
  26.  
  27. # Generating drop index statements ...
  28. global M_GEN_D_IDX;    set M_GEN_D_IDX    "340009"
  29.  
  30. # Generating drop integrity statements ...
  31. global M_GEN_D_INTEG;    set M_GEN_D_INTEG    "340010"
  32.  
  33. # Generating drop rule statements ...
  34. global M_GEN_D_RULE;    set M_GEN_D_RULE    "340011"
  35.  
  36. # Generating drop procedure statements ...
  37. global M_GEN_D_PROC;    set M_GEN_D_PROC    "340012"
  38.  
  39. # Expanding template '%1' ...
  40. global M_EXPANDING_FILE;    set M_EXPANDING_FILE    "340013"
  41.  
  42. # Start detection of policy conflicts ...
  43. global M_POL_CONFLICT_CHECK;    set M_POL_CONFLICT_CHECK    "340014"
  44.  
  45. # Start detection of delete cycli ...
  46. global M_DEL_CYCLE_CHECK;    set M_DEL_CYCLE_CHECK    "340015"
  47.  
  48. # Start detection of update cycli ...
  49. global M_UPD_CYCLE_CHECK;    set M_UPD_CYCLE_CHECK    "340016"
  50.  
  51. # Start detection of empty procedures ...
  52. global M_EMPTY_PROC_CHECK;    set M_EMPTY_PROC_CHECK    "340017"
  53.  
  54. # \n
  55. global M_NEWL;    set M_NEWL    "340018"
  56.  
  57. # File %1 already exist, skipping generate
  58. global M_SKIP_FILE;    set M_SKIP_FILE    "340019"
  59.  
  60. # Template '%1' is of wrong type
  61. global E_TMPL_WRONG_FILE_TYPE;    set E_TMPL_WRONG_FILE_TYPE    "340020"
  62.  
  63. # Loading SQL Model failed due to previous errors
  64. global E_LOAD_MODEL;    set E_LOAD_MODEL    "340021"
  65.  
  66. # %1 cycle detected. The following tables are involved: %2
  67. global E_CYCLE;    set E_CYCLE    "340022"
  68.  
  69. # Conflict in the %1 policies between detail table '%2' and master table '%3'. They are excluding each other.
  70. global E_POL_CONFLICT;    set E_POL_CONFLICT    "340023"
  71.  
  72. # File '%1' does not exist in the user environment
  73. global E_NO_UENV_FILE;    set E_NO_UENV_FILE    "340024"
  74.  
  75. # Unable to open file '%1' for writing
  76. global E_UNABLE_OPEN_WRITE;    set E_UNABLE_OPEN_WRITE    "340025"
  77.  
  78. # Source of user added TCL in '%1' failed:
  79. global E_USER_TCL;    set E_USER_TCL    "340026"
  80.  
  81. # Error in constraint of attribute '%1' of %2 '%3'
  82. global E_CONSTRAINT;    set E_CONSTRAINT    "340027"
  83.  
  84. # Procedure '%1' cannot be implemented
  85. global W_NOT_IMPLEMENTED;    set W_NOT_IMPLEMENTED    "340028"
  86.  
  87. # No tables in SQL Model
  88. global M_NO_TABLES;    set M_NO_TABLES    "340029"
  89.  
  90. # Template '%1' of type '%2' not found
  91. global E_TEMPLATE_NOT_FOUND;    set E_TEMPLATE_NOT_FOUND    "340030"
  92.  
  93. # Start detection of nullability conflicts ...
  94. global M_NULL_CONFLICT_CHECK;    set M_NULL_CONFLICT_CHECK    "340031"
  95.  
  96. # Conflict in the %1 policies between detail table '%2' and master table '%3'. Non nullable field '%4' prevents insert in master.
  97. global E_NULL_CONFLICT;    set E_NULL_CONFLICT    "340032"
  98.  
  99. # Invalid context for template '%1'
  100. global E_INVALID_CONTEXT;    set E_INVALID_CONTEXT    "340033"
  101.  
  102. # Unknown object type found for expand_template_list
  103. global E_UNKNOWN_OBJ;    set E_UNKNOWN_OBJ    "340034"
  104.  
  105. # File '%1' does not exist
  106. global E_EXIST_FILE;    set E_EXIST_FILE    "340035"
  107.  
  108.