home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / visdb2tk.zip / TABLANG.DAT < prev    next >
Text File  |  1995-09-19  |  7KB  |  180 lines

  1. /*****************************************************************************
  2. /*
  3. /* File:           TABLANG.DAT
  4. /* Description:    NLS Message file for Create DB2 Table
  5. /* Creator:        Robert Jones
  6. /* Date:           26th July 1995
  7. /*
  8. /* Copyright IBM European Applications Support, 1995
  9. /*
  10. /*****************************************************************************
  11.  
  12. 15  : < Default >
  13.  
  14. /*
  15. /* Window 1 - Create DB2 Table
  16. /*
  17. 20  : Create DB2 Table
  18. 21  : General
  19. 22  : Column Details
  20. 23  : Table Constraints
  21. 24  : Create Table
  22. 25  : Database
  23. 26  : Table Schema
  24. 27  : Table Name
  25. 28  : Table Comment
  26. 29  : Table Space Details
  27. 30  : Index Table Space
  28. 31  : Long Table Space
  29. 32  : Data Propagation Options
  30. 33  : No data capture
  31. 34  : Data capture changes
  32. 35  : OK
  33. 36  : Apply
  34. 37  : Save text ...
  35. 38  : Cancel
  36. 39  : Help
  37. 40  : Primary Key
  38. 41  : Indexes
  39. 42  : Check Clauses
  40. 43  : Table References
  41. 60  : Default
  42. 61  : Specified Table Space
  43. /* List box titles for list of table spaces
  44. 62  : Definer
  45. 63  : Name
  46. 64  : Type
  47. 65  : Data Type
  48. 66  : Remarks
  49. /* List box titles for column details 'tab'
  50. 70  : Position
  51. 71  : Name
  52. 72  : Type Schema
  53. 73  : Type Name
  54. 74  : Length
  55. 75  : Scale
  56. 76  : Remarks
  57. /* Other text strings for column details 'tab'
  58. 77  : Column details
  59. 78  : Column name
  60. 79  : Position
  61. 80  : Type Schema
  62. 81  : Type Name
  63. 82  : Length
  64. 83  : Scale
  65. 84  : Treatment of nulls
  66. 85  : Accept
  67. 86  : Reject
  68. 87  : With Default
  69. 88  : For bit data
  70. 89  : Compact
  71. 90  : No logging
  72. 91  : Column Remarks
  73. /* Next 4 shared between the various constraints definition 'tabs'
  74. 92  : Add
  75. 93  : Modify
  76. 94  : Delete
  77. 95  : Clear
  78. /* Strings used for substitution into File selection dialog for Save text...
  79. 96  : Save
  80. 97  : OK
  81. 98  : Save filename:
  82. /* Strings used in Check Clauses 'tab'
  83. 100 : Check clauses
  84. 101 : Check clause
  85. 102 : Constraint name
  86. 103 : Add
  87. 104 : Modify
  88. 105 : Delete
  89. 106 : Clear
  90. /* Strings used in Primary Key 'tab'
  91. 110 : Constraint name
  92. 111 : Available columns
  93. 112 : Key columns
  94. 113 : Add >
  95. 114 : < Remove
  96. /* Strings used in 'Table Reference' tab
  97. 120 : Referential constraints
  98. 121 : Referenced table :
  99. 122 : Schema
  100. 123 : Name
  101. 124 : Referenced key columns
  102. 125 : Potential matches
  103. 126 : Selected matches
  104. 127 : Delete Rule
  105. 128 : Update Rule
  106.  
  107. /* Strings used in 'Indexes' tab
  108. 140 : Indexes
  109. 141 : Definition
  110. 142 : Available columns
  111. 143 : Index Columns
  112. 144 : ASC / DESC
  113. 145 : Enforce uniqueness
  114. 146 : Index name
  115. 147 : Existing table
  116. 148 : Saved text file
  117. 149 : Template
  118. 150 : Model table on:
  119. 151 : Database
  120. 152 : Table schema
  121. 153 : Table name
  122. 154 : Filename
  123. 155 : OK
  124. 156 : Cancel
  125. 157 : Help
  126. 158 : <current schema>
  127. 159 : Select text file
  128. 160 : Select filename:
  129.  
  130. 161 : Remarks
  131. 162 : Executable SQL follows...
  132. /* Error messages
  133. 200 : Unable to connect to database ^.
  134. 201 : The constraint definition is incomplete. Please select the schema which contains the table to be referenced.
  135. 202 : The constraint definition is incomplete. Please select the table to be referenced.
  136. 203 : A column cannot be used twice in a foreign key. Please ensure that no column appears more than once in the list of Selected Matches.
  137. 204 : No match has been selected for column ^ in the primary key of table ^. Please select a match.
  138. 205 : You have not specified a valid length. Please specify a valid length and retry.
  139. 207 :
  140. 206 : You have not specified a name for the table. Please specify a name and try again.
  141. 208 : You have not defined any columns. Please define the columns and try again.
  142. 209 : You have not specified a valid column name. Please specify a valid name and retry.
  143. 210 : Column ^ already exists. Either change the name for the new column, or select Modify to update the existing column.
  144. 211 : Column ^ already exists. You cannot have two columns with the same name. Please change the name and retry.
  145. 212 : You have not selected columns for the index. Please select some columns and retry.
  146. 213 : You have not specifed a condition to check. Please specify a condition and retry.
  147. 214 : You have not supplied a name for index number ^. Please name the index and retry.
  148. 215 : An error occurred while trying to create the table. No changes have been made to the database.
  149. 216 : An error occurred while trying to comment on the table. Select OK to continue processing, or Cancel to abort and roll back.
  150. 217 : An error occurred while trying to comment on column ^. Select OK to continue processing, or Cancel to abort and roll back.
  151. 218 : Processing completed successfully. Commit changes to database ?
  152. 219 : An error occurred while trying to create index ^. Select OK to continue processing, or Cancel to abort and roll back.
  153. 220 : Constraint name
  154. 221 : Referenced table
  155. 222 : An error occurred while trying to comment on index ^. Select OK to continue processing, or Cancel to abort and roll back.
  156. 223 : An error occurred while trying to comment on table reference ^. Select OK to continue processing, or Cancel to abort and roll back.
  157. 224 : An error occurred while trying to comment on check clause ^. Select OK to continue processing, or Cancel to abort and roll back.
  158. 225 : You have specified a comment for table reference number ^. Comments can only be added to named constraints. Please name the constraint or delete the comment.
  159. 226 : You have specified a comment for check clause number ^. Comments can only be added to named constraints. Please name the constraint or delete the comment.
  160. 227 : You have not specified a database in which to create the new table. Please specify a database and try again.
  161. 228 : In order to create or modify a table reference, you must first select a database in which to create the new table.
  162. 229 : In order to specify a table space, you must first select a database.
  163. 230 : An error occurred while trying to retrieve table details.
  164. 231 : File ^ does not contain table definition records.
  165. 232 : You have not yet selected a Saved text file.
  166. 233 : Table reference ^ refers to table ^, which does not exist in the current database.
  167. 234 : The primary key of table ^ is not compatible with the foreign key defined by table reference ^.
  168. 235 : Unable to write to file ^.
  169. 236 : You have not specified a schema for the new table and no default is available as you have not selected a target database.
  170. 237 : Are you sure that you want to close the window and discard any unapplied changes ?
  171. 238 : Probable cause : A check constraint contains a reference to a column name not enclosed in double quotes but including lower case characters.
  172. 239 : You have chosen to create the table in a specific table space, but have not yet selected a table space.
  173. /* More database errors
  174. 250 : Unable to open SQLSession object : Create Table aborted.
  175. 251 : Unable to open SQLTRANS object.
  176. 252 : This utility cannot be used with database ^.  The utility can only be used with DB2 Version 2 databases.
  177. 253 : Table ^ already exists.  If you choose to replace the table you will be given the opportunity to save the existing definition.  Data will NOT be saved. Do you want to replace the table?
  178. 254 : Do you wish to save the definition of existing table ^?
  179. 255 : An error occurred while trying to retrieve table details.  Table ^ has not been modified.
  180.