home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Java / Java.zip / sampjdbc.zip / UNIJDBC.JAR / com / ibm / u2 / jdbc / UniJDBCErrorMessage.properties < prev    next >
Encoding:
Text File  |  2002-09-11  |  4.5 KB  |  162 lines

  1. 930000 = Success
  2. 930001 = Disconnect error
  3. 930002 = Already connected.
  4. 930003 = Not connected yet
  5. 930004 = Invalid length
  6. 930005 = Restricted data
  7. 930006 = No DSN found
  8. 930007 = Invalid cursor
  9. 930008 = String truncated
  10. 930009 = Out of range
  11. 930010 = Insufficient parameters
  12. 930011 = Function sequence error
  13. 930012 = Data truncated
  14. 930013 = Invalid column
  15. 930014 = Not supported
  16. 930015 = Invalid XACT code
  17. 930016 = Not capable
  18. 930017 = Invalid XACT state
  19. 930018 = Bad net
  20. 930019 = Config file error
  21. 930020 = Illegal config option
  22. 930021 = Middleware connect fail
  23. 930022 = Middleware bad connectioin parameter
  24. 930023 = SQLink error
  25. 930024 = Invalid cursor name
  26. 930025 = Duplicated cursor
  27. 930026 = No cursor name
  28. 930027 = Server error
  29. 930028 = Bad data type
  30. 930029 = Null pointer
  31. 930030 = Illegal descriptor
  32. 930031 = Illegal parameter
  33. 930032 = Invalid SQL type
  34. 930033 = Illegal option
  35. 930034 = Fraction truncated
  36. 930035 = Unconfig source
  37. 930036 = Illegal option value
  38. 930037 = Bad data
  39. 930038 = XACT communication fail
  40. 930039 = Illegal variable
  41. 930040 = Middleware cursor fail
  42. 930041 = Bad date
  43. 930042 = Users exceeded
  44. 930043 = License expired
  45. 930044 = Not authorized
  46. 930045 = Bad EXP date
  47. 930051 = Row too big
  48. 930069 = Function out of range
  49. 930053 = Information out of range
  50. 930054 = UV single environment
  51. 930055 = UV Multivalue truncated
  52. 930056 = Memory alloc fail
  53. 930057 = Bad map error
  54. 930058 = Bad SQL type
  55. 930059 = RPC error
  56. 930060 = No SQLINK 
  57. 930061 = Illegal nest
  58. 930063 = Need user ID
  59. 930064 = Need user password
  60. 930067 = Column is multivalue
  61. 930068 = 1NF connection
  62. 930062 = Communication fail disconnect
  63. 930070 = No multivalue parameter
  64. 930071 = No ODBC
  65. 930072 = Not capable
  66. 930073 = Invalid SB(subroutine?) length
  67. 930074 = Illegal out parameter
  68. 930075 = Wide variable
  69. 930076 = Invalid operation
  70. 930077 = NLS off
  71. 930078 = NLS item not found
  72. 930079 = NLS invalid category entry
  73. 930080 = NLS locale off
  74. 930081 = NLS locale name not loaded
  75. 930082 = NLS locale CAT number invalid
  76. 930083 = NLS NLS multivalue locale array bad
  77. 930084 = NLS internal error
  78. 930187 = NLS no map given
  79. 930181 = No columns yet
  80. 930086 = Illegal REG vallue
  81. 930087 = No access to file
  82. 930088 = Illegal fetch directory
  83. 930089 = Client Euro code can't be the same as SQLNULL value
  84. 930183 = Illegal command for parameter option
  85. 930184 = Illegal param type for parameter option
  86.  
  87. 951000 = Statement already closed
  88. 951001 = Cursor not open
  89. 951002 = Fetch direction is not supported
  90. 951003 = Not a output parameter
  91. 951004 = Output parameter has no value assigned
  92. 951005 = There is no last value
  93. 951006 = SQL-type is not supported
  94. 951007 = Method is not supported
  95.  
  96. # not support
  97. 951010 = Unsupported encoding : {0}
  98. 951011 = Not supported 
  99. 951012 = ResultSet type : {0} : is not supported 
  100. 951013 = ResultSet concurrency : {0} : is not supported 
  101. 951014 = {0} : Not supported yet
  102. 951015 = Type is not supported
  103. 951016 = The functionality is not supported
  104.  
  105. # convert error
  106. 951020 = Can not convert to : {0}
  107. 951021 = Can not convert from : {0}
  108. 951022 = Unable to convert string to float 
  109. 951023 = Unable to convert string to decimal 
  110. 951024 = Unable to convert string to integer 
  111. 951025 = Unable to convert string to short 
  112.  
  113. #connectiong error
  114. 951029 = Bad Euro-code
  115. 951030 = Connection is not opened
  116. 951031 = Not connected yet
  117. 951032 = Bad connection URL
  118. 951033 = Missing username/password
  119. 951034 = Null input for native sql
  120. 951035 = Already connected
  121. 951036 = Missing hostname
  122. 951037 = Missing port No.
  123. 951038 = Missing account path
  124. 951039 = Bad port No.
  125.  
  126. # transaction error
  127. 951040 = Try rollback() after the connection is closed
  128. 951041 = Unable to lock the session
  129. 951042 = Unable to start transaction
  130. 951043 = Unable to turn off auto-commit mode
  131. 951044 = Bad isolation level : {0}
  132. 951045 = Commit error when executeBegine()
  133. 951046 = Error when rollback the current transaction
  134. 951047 = Error when start a new transaction
  135. 951048 = Commit is not allowed when auto-commit is set
  136. 951049 = Rollback is not allowed when auto-commit is set
  137.  
  138. # ResultSet error
  139. 951050 = No more rows
  140. 951051 = No next row available
  141. 951052 = Out of range
  142. 951053 = The result set is closed
  143. 951054 = Invalid column index : {0} 
  144. 951055 = Invalid column name : {0}
  145.  
  146. #
  147. 951070 = Wrong number of arguments
  148. 951071 = Prepared statement is closed
  149. 951072 = Unable to load : {0}
  150. 951073 = Can not find the key 'columns' 
  151.  
  152. 951074 = InputStream read error
  153. 951075 = Escape format error
  154. 951076 = Outer join syntax error
  155.  
  156. 951100 = Exceed maximun connection limit
  157. 951101 = System internal error
  158. 951102 = CPM invalid parameter
  159. 951103 = Wrong username or password
  160. 951104 = Cannot load driver
  161.  
  162.