IBM.Data.Informix.xml 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <IFMX_MSG_STRINGS>
  3. <!-- NOTE: don't use \", use ' instead-->
  4. <!-- NOTE: leave the [strings] alone-->
  5. <!-- These are the managed resources for IBM.Data.Informix.dll. -->
  6. <DataCategory_Behavior>Behavior</DataCategory_Behavior>
  7. <DataCategory_Data>Data</DataCategory_Data>
  8. <DataCategory_Fill>Fill</DataCategory_Fill>
  9. <DataCategory_InfoMessage>InfoMessage</DataCategory_InfoMessage>
  10. <DataCategory_StateChange>StateChange</DataCategory_StateChange>
  11. <DataCategory_Update>Update</DataCategory_Update>
  12. <!--;; ConnectionStringPermission-->
  13. <ADP_NotAPermissionElement>'elem' was not a permission element.</ADP_NotAPermissionElement>
  14. <ADP_InvalidXMLBadVersion>Invalid Xml; can only parse elements of version one.</ADP_InvalidXMLBadVersion>
  15. <ADP_WrongType>Operation on type %0 attempted with target of wrong type.</ADP_WrongType>
  16. <!--;; CommandBuilder-->
  17. <ADP_NoQuoteChange>The QuotePrefix and QuoteSuffix properties can't be changed once an Insert, Update, or Delete command has been generated.</ADP_NoQuoteChange>
  18. <ADP_MissingSourceCommand>The DataAdapter.SelectCommand property needs to be initialized.</ADP_MissingSourceCommand>
  19. <ADP_MissingSourceCommandConnection>The DataAdapter.SelectCommand.Connection property needs to be initialized;</ADP_MissingSourceCommandConnection>
  20. <!--;; Data Provider Collection-->
  21. <!-- ArgumentException-->
  22. <ADP_CollectionUniqueValue>The %0.%1 is required to be unique, '%2' already exists in the collection.</ADP_CollectionUniqueValue>
  23. <ADP_CollectionIsNotParent>The %0 with %1 '%2' is already contained by another %3.</ADP_CollectionIsNotParent>
  24. <ADP_CollectionIsParent>The %0 with %1 '%2' is already contained by this %3.</ADP_CollectionIsParent>
  25. <ADP_CollectionRemoveInvalidObject>Attempted to remove an %0 that is not contained by this %1.</ADP_CollectionRemoveInvalidObject>
  26. <!-- IndexOutOfRangeException-->
  27. <ADP_CollectionIndexInt32>Invalid index %0 for this %1 with Count=%2.</ADP_CollectionIndexInt32>
  28. <ADP_CollectionIndexString>An %0 with %1 '%2' is not contained by this %3.</ADP_CollectionIndexString>
  29. <!-- InvalidCastException-->
  30. <ADP_CollectionNullValue>The %0 only accepts non-null %1 type objects.</ADP_CollectionNullValue>
  31. <ADP_CollectionInvalidType>The %0 only accepts non-null %1 type objects, not %2 objects.</ADP_CollectionInvalidType>
  32. <!--;; DataColumnMapping-->
  33. <!-- ArgumentNullException-->
  34. <ADP_NullDataTable>Unexpected null DataTable argument</ADP_NullDataTable>
  35. <!-- DataMappingException-->
  36. <ADP_ColumnSchemaExpression>The column mapping from SourceColumn '%0' failed because the DataColumn '%1' is a computed column.</ADP_ColumnSchemaExpression>
  37. <ADP_ColumnSchemaMismatch>Inconvertable type mismatch between SourceColumn '%0' of %1 and the DataColumn '%2' of %3.</ADP_ColumnSchemaMismatch>
  38. <ADP_ColumnSchemaMissing1>Missing the DataColumn '%0' for the SourceColumn '%1'.</ADP_ColumnSchemaMissing1>
  39. <ADP_ColumnSchemaMissing2>Missing the DataColumn '%0' in the DataTable '%1' for the SourceColumn '%2'.</ADP_ColumnSchemaMissing2>
  40. <!--;; DataColumnMappingsCollection-->
  41. <!-- ArgumentException-->
  42. <ADP_InvalidSourceColumn>SourceColumn is required to be a non-empty string.</ADP_InvalidSourceColumn>
  43. <!-- DataMappingException-->
  44. <ADP_MissingColumnMapping>Missing SourceColumn mapping for '%0'.</ADP_MissingColumnMapping>
  45. <!--;; DataAdapter-->
  46. <!-- ArgumentException-->
  47. <ADP_InvalidAction>The %0 enumeration value, %1, is invalid.</ADP_InvalidAction>
  48. <!--;; DataTableMapping-->
  49. <!-- ArgumentNullException-->
  50. <ADP_NullDataSet>Unexpected null DataSet argument.</ADP_NullDataSet>
  51. <!-- SystemException-->
  52. <ADP_MissingTableSchema>Missing the '%0' DataTable for the '%1' SourceTable.</ADP_MissingTableSchema>
  53. <!--;; Adapter.DataTableMappingsCollection-->
  54. <!-- ArgumentException-->
  55. <ADP_InvalidSourceTable>SourceTable is required to be a non-empty string</ADP_InvalidSourceTable>
  56. <!-- DataMappingException-->
  57. <ADP_MissingTableMapping>Missing SourceTable mapping: '%0'</ADP_MissingTableMapping>
  58. <!--;; IDbCommand-->
  59. <!-- ArgumentException-->
  60. <ADP_InvalidCommandType>The CommandType enumeration value, %0, is invalid.</ADP_InvalidCommandType>
  61. <ADP_InvalidUpdateRowSource>The UpdateRowSource enumeration value, %0, is invalid.</ADP_InvalidUpdateRowSource>
  62. <!-- InvalidOperationException-->
  63. <ADP_CommandTextRequired>%0: CommandText property has not been initialized</ADP_CommandTextRequired>
  64. <ADP_ConnectionRequired>%0: %1 property has not been initialized.</ADP_ConnectionRequired>
  65. <ADP_NoStoredProcedureExists>The stored procedure '%0' doesn't exist.</ADP_NoStoredProcedureExists>
  66. <ADP_OpenConnectionRequired>%0 requires an open connection. The connection's current state is %1.</ADP_OpenConnectionRequired>
  67. <ADP_TransactionConnectionMismatch>The transaction object is not associated with the connection object.</ADP_TransactionConnectionMismatch>
  68. <ADP_TransactionRequired_Execute>Execute requires the command to have a transaction object when the connection assigned to the command is in a pending local transaction. The Transaction property of the command has not been initialized.</ADP_TransactionRequired_Execute>
  69. <ADP_TransactionCompleted>The transaction assigned to this command must be the most nested pending local transaction.</ADP_TransactionCompleted>
  70. <ADP_OpenReaderExists>There is already an open DataReader associated with this Connection which must be closed first.</ADP_OpenReaderExists>
  71. <ADP_DeriveParametersNotSupported>%0 DeriveParameters only supports CommandType.StoredProcedure, not CommandType.%1</ADP_DeriveParametersNotSupported>
  72. <!--;; DbDataAdapter-->
  73. <!-- InvalidCastException-->
  74. <ADP_MissingSelectCommand>The SelectCommand property has not been initialized before calling '%0'.</ADP_MissingSelectCommand>
  75. <!--;; DbDataAdapter.FillSchema-->
  76. <!-- ArgumentException-->
  77. <ADP_InvalidSchemaType>Invalid SchemaType enumeration value=%0.</ADP_InvalidSchemaType>
  78. <!-- System-->
  79. <ADP_FillSchemaRequiresSourceTableName>FillSchema: expected a non-empty string for the SourceTable name.</ADP_FillSchemaRequiresSourceTableName>
  80. <!--;; DbDataAdapter.Fill-->
  81. <!-- ArgumentException-->
  82. <ADP_InvalidMaxRecords>The MaxRecords value of %0 is invalid; the value must be >= 0.</ADP_InvalidMaxRecords>
  83. <ADP_InvalidStartRecord>The StartRecord value of %0 is invalid; the value must be >= 0.</ADP_InvalidStartRecord>
  84. <!-- SystemException-->
  85. <ADP_FillRequiresSourceTableName>Fill: expected a non-empty string for the SourceTable name.</ADP_FillRequiresSourceTableName>
  86. <ADP_FillChapterAutoIncrement>Hierarchial chapters columns must map to an AutoIncrement DataColumn.</ADP_FillChapterAutoIncrement>
  87. <!--;; DbDataAdapter.Update-->
  88. <!-- InvalidOperationException-->
  89. <ADP_UpdateRequiresSourceTable>Update unable to find TableMapping['%0'] or DataTable '%0'.</ADP_UpdateRequiresSourceTable>
  90. <ADP_InvalidUpdateStatus>Invalid UpdateStatus: %0</ADP_InvalidUpdateStatus>
  91. <ADP_UpdateRequiresSourceTableName>Update: expected a non-empty SourceTable name.</ADP_UpdateRequiresSourceTableName>
  92. <ADP_MissingTableMappingDestination>Missing TableMapping when TableMapping.DataSetTable='%0'.</ADP_MissingTableMappingDestination>
  93. <ADP_UpdateRequiresCommandClone>Update requires the command clone to be valid.</ADP_UpdateRequiresCommandClone>
  94. <ADP_UpdateRequiresCommandSelect>Auto SQL generation during Update requires a valid SelectCommand.</ADP_UpdateRequiresCommandSelect>
  95. <ADP_UpdateRequiresCommandInsert>Update requires a valid InsertCommand when passed DataRow collection with new rows.</ADP_UpdateRequiresCommandInsert>
  96. <ADP_UpdateRequiresCommandUpdate>Update requires a valid UpdateCommand when passed DataRow collection with modified rows.</ADP_UpdateRequiresCommandUpdate>
  97. <ADP_UpdateRequiresCommandDelete>Update requires a valid DeleteCommand when passed DataRow collection with deleted rows.</ADP_UpdateRequiresCommandDelete>
  98. <!-- SystemException-->
  99. <ADP_UpdateNullRow>dataRows[%0].</ADP_UpdateNullRow>
  100. <ADP_UpdateNullRowTable>DataRow does not belong to a DataTable.</ADP_UpdateNullRowTable>
  101. <ADP_UpdateMismatchRowTable>DataRow[%0] is from a different DataTable than DataRow[0].</ADP_UpdateMismatchRowTable>
  102. <ADP_RowUpdateErrors>%0: Errors occurred; no additional is information available.</ADP_RowUpdateErrors>
  103. <ADP_UpdateConcurrencyViolation>Concurrency violation: the %0 affected 0 records.</ADP_UpdateConcurrencyViolation>
  104. <!-- WFCInvalidStateException-->
  105. <ADP_UpdateUnknownRowState>Adapter.Update: encountered an unexpected DataRowStateEnum: %0.</ADP_UpdateUnknownRowState>
  106. <!--;; : IDbCommand-->
  107. <ADP_InvalidCommandTimeout>Invalid CommandTimeout value %0; the value must be >= 0.</ADP_InvalidCommandTimeout>
  108. <!--; InvalidOperationException-->
  109. <ADP_CommandIsActive>The %0 is currently busy %1.</ADP_CommandIsActive>
  110. <ADP_UninitializedParameterSize>Parameter %0: '%1' of type: %2, the property Size has an invalid size: %3</ADP_UninitializedParameterSize>
  111. <ADP_PrepareParameterType>%0.Prepare requires all parameters to have an explictly set type.</ADP_PrepareParameterType>
  112. <ADP_PrepareParameterSize>%0.Prepare requires all variable length parameters to have an explictly set non-zero Size.</ADP_PrepareParameterSize>
  113. <ADP_PrepareParameterScale>%0.Prepare requires parameters of type '%1' have an explictly set Precision and Scale.</ADP_PrepareParameterScale>
  114. <!--;; : IDbConnection-->
  115. <!-- InvalidOperationException-->
  116. <ADP_ClosedConnectionError>Invalid operation. The connection is closed.</ADP_ClosedConnectionError>
  117. <ADP_ConnectionAlreadyOpen>The connection is already Open (state=%0).</ADP_ConnectionAlreadyOpen>
  118. <ADP_NoConnectionString>The ConnectionString property has not been initialized.</ADP_NoConnectionString>
  119. <ADP_OpenConnectionPropertySet>Not allowed to change the '%0' property while the connection (state=%1).</ADP_OpenConnectionPropertySet>
  120. <ADP_EmptyDatabaseName>Database cannot be null, the empty string, or string of only whitespace.</ADP_EmptyDatabaseName>
  121. <ADP_InvalidConnectTimeoutValue>Invalid 'Connect Timeout' value of '%0'. The value must be an integer >= 0.</ADP_InvalidConnectTimeoutValue>
  122. <ADP_ConnectTimeoutExpired>Connect Timeout Expired.</ADP_ConnectTimeoutExpired>
  123. <ADP_InvalidIsolationLevel>The IsolationLevel value %0 is invalid.</ADP_InvalidIsolationLevel>
  124. <ADP_InvalidPersistSecurityInfo>Invalid 'Persist Security Info' value of '%0'. The value must be a boolean of 'true' or 'false'.</ADP_InvalidPersistSecurityInfo>
  125. <ADP_PoolFull>Connection Pool has reached the maximum number of connections.</ADP_PoolFull>
  126. <!--;;; : DBDataReader-->
  127. <!-- ArgumentException-->
  128. <ADP_InvalidSourceBufferIndex>Invalid source buffer (size of %0) offset: %1</ADP_InvalidSourceBufferIndex>
  129. <ADP_InvalidDestinationBufferIndex>Invalid destination buffer (size of %0) offset: %1</ADP_InvalidDestinationBufferIndex>
  130. <!-- InvalidCast-->
  131. <ADP_DataReaderNoData>No data exists for the row/column.</ADP_DataReaderNoData>
  132. <!-- InvalidOperationException-->
  133. <ADP_DataReaderClosed>Invalid attempt to %0 when reader is closed.</ADP_DataReaderClosed>
  134. <!--;;; : DbDataStream-->
  135. <ADP_StreamClosed>Invalid attempt to %0 when stream is closed.</ADP_StreamClosed>
  136. <!--;; : DbDataAdapter-->
  137. <ADP_DynamicSQLJoinUnsupported>Dynamic SQL generation is not supported against multiple base tables.</ADP_DynamicSQLJoinUnsupported>
  138. <ADP_DynamicSQLNoTableInfo>Dynamic SQL generation is not supported against a SelectCommand that does not return any base table information.</ADP_DynamicSQLNoTableInfo>
  139. <ADP_DynamicSQLNoKeyInfo>Dynamic SQL generation for the %0 is not supported against a SelectCommand that does not return any key column information.</ADP_DynamicSQLNoKeyInfo>
  140. <ADP_DynamicSQLReadOnly>Dynamic SQL generation for the %0 is not supported against a SelectCommand that does not return any modifiable columns.</ADP_DynamicSQLReadOnly>
  141. <ADP_DynamicSQLNestedQuote>Dynamic SQL generation not supported against table names '%0' that contain the QuotePrefix or QuoteSuffix character '%1'.</ADP_DynamicSQLNestedQuote>
  142. <ADP_NonSequentialColumnAccess>Invalid attempt to read from column ordinal '%0'. With CommandBehavior.SequentialAccess, you may only read from column ordinal '%1' or greater. </ADP_NonSequentialColumnAccess>
  143. <!--;; : IDataParameter-->
  144. <!-- ArgumentException-->
  145. <ADP_InvalidDataRowVersion>%0: Invalid DataRow Version enumeration value: %1.</ADP_InvalidDataRowVersion>
  146. <ADP_InvalidParameterDirection>Invalid direction '%0' for '%1' parameter.</ADP_InvalidParameterDirection>
  147. <ADP_InvalidDataType>The parameter data type of %0 is invalid.</ADP_InvalidDataType>
  148. <ADP_UnknownDataType>No mapping exists from DbType %0 to a known %1.</ADP_UnknownDataType>
  149. <ADP_UnknownDataTypeCode>Unable to handle an unknown TypeCode of %0 with DataType of %0.</ADP_UnknownDataTypeCode>
  150. <ADP_InvalidSizeValue>Invalid parameter Size value '%0'. The value must be greater than or equal to 0.</ADP_InvalidSizeValue>
  151. <ADP_WhereClauseUnspecifiedValue>Parameter['%0'] contained within auto gen WHERE clause with SourceColumn '%1' has an unspecified Original value in the DataRow at column '%2'.</ADP_WhereClauseUnspecifiedValue>
  152. <ADP_TruncatedBytes>Error: byte array truncation to a length of %0.</ADP_TruncatedBytes>
  153. <ADP_TruncatedString>Error: string truncation: max=%0, len</ADP_TruncatedString>
  154. <!--;;; : IDbTransaction-->
  155. <!-- InvalidOperationException-->
  156. <ADP_ParallelTransactionsNotSupported>%0 does not support parallel transactions.</ADP_ParallelTransactionsNotSupported>
  157. <ADP_TransactionZombied>This %0 has completed; it is no longer usable.</ADP_TransactionZombied>
  158. <!--;; : IDbConnection Property/Method Descriptions-->
  159. <DbConnection_InfoMessage>Event triggered when messages arrive from the DataSource.</DbConnection_InfoMessage>
  160. <DbConnection_StateChange>Event triggered when the connection changes state.</DbConnection_StateChange>
  161. <DbConnection_State>ConnectionState indiciating if the connection is open or closed.</DbConnection_State>
  162. <!-- Data.Informix-->
  163. <!-- ArgumentException-->
  164. <IfxConnection_ConnectionStringTooLong>Connection string exceeds maximum allowed length of %0.</IfxConnection_ConnectionStringTooLong>
  165. <!-- SystemException-->
  166. <Ifx_UnknownSQLType>Unknown SQL type - %0.</Ifx_UnknownSQLType>
  167. <Ifx_UnknownURTType>Unknown URT type - %0.</Ifx_UnknownURTType>
  168. <Ifx_InvalidHandle>Invalid Handle</Ifx_InvalidHandle>
  169. <Ifx_UnsupportedCommandTypeTableDirect>The Informix .NET Data Provider does not support CommandType.TableDirect</Ifx_UnsupportedCommandTypeTableDirect>
  170. <Ifx_NegativeArgument>Invalid negative argument</Ifx_NegativeArgument>
  171. <Ifx_InvalidArgument>Invalid argument</Ifx_InvalidArgument>
  172. <Ifx_CantSetPropertyOnOpenConnection>Can't set property on an open connection.</Ifx_CantSetPropertyOnOpenConnection>
  173. <Ifx_UnsupportedIsolationLevel>Not supported isolationlevel - %0</Ifx_UnsupportedIsolationLevel>
  174. <Ifx_CantEnableConnectionpooling>%0 - unable to enable connection pooling...</Ifx_CantEnableConnectionpooling>
  175. <Ifx_CantAllocateEnvironmentHandle>%0 - unable to allocate an environment handle.</Ifx_CantAllocateEnvironmentHandle>
  176. <Ifx_NotInTransaction>Not in a transaction</Ifx_NotInTransaction>
  177. <Ifx_UnknownSQLCType>Unknown SQL C type - %0</Ifx_UnknownSQLCType>
  178. <Ifx_UnknownIfxType>Invalid Informix Type enumeration value=%0.</Ifx_UnknownIfxType>
  179. <Ifx_ExceptionMessage>%0 [%1] %2</Ifx_ExceptionMessage>
  180. <Ifx_ExceptionNoInfoMsg>%0 - no error information available</Ifx_ExceptionNoInfoMsg>
  181. <IfxCommandBuilder_DataAdapter>The DataAdapter for which to automatically generate IfxCommands</IfxCommandBuilder_DataAdapter>
  182. <IfxCommandBuilder_QuotePrefix>The character used in a text command as the opening quote for quoting identifiers that contain special characters.</IfxCommandBuilder_QuotePrefix>
  183. <IfxCommandBuilder_QuoteSuffix>The character used in a text command as the closing quote for quoting identifiers that contain special characters.</IfxCommandBuilder_QuoteSuffix>
  184. <IfxParameter_IfxType>The parameter native type.</IfxParameter_IfxType>
  185. <!--;; SQLServer.SQLServerDataReader-->
  186. <!-- NotSupportedException-->
  187. <ADP_NonSeqByteAccess>Invalid %2 attempt at dataIndex '%0'. With CommandBehavior.SequentialAccess, you may only read from dataIndex '%1' or greater.</ADP_NonSeqByteAccess>
  188. <!--;; DbCommand Property/Method Descriptions-->
  189. <DbCommand_CommandText>Command text to execute.</DbCommand_CommandText>
  190. <DbCommand_CommandTimeout>Time to wait for command to execute.</DbCommand_CommandTimeout>
  191. <DbCommand_CommandType>How to interpret the CommandText.</DbCommand_CommandType>
  192. <DbCommand_Connection>Connection used by the command.</DbCommand_Connection>
  193. <DbCommand_Parameters>The parameters collection.</DbCommand_Parameters>
  194. <DbCommand_Transaction>The transaction used by the command.</DbCommand_Transaction>
  195. <DbCommand_UpdatedRowSource>When used by a DataAdapter.Update, how command results are applied to the current DataRow.</DbCommand_UpdatedRowSource>
  196. <!--;;-->
  197. <!--;; XXX Connection Property/Method Descriptions-->
  198. <IfxConnection_ConnectionString>Information used to connect to a Data Source.</IfxConnection_ConnectionString>
  199. <IfxConnection_ConnectionTimeout>Current connection timeout value, not settable in the ConnectionString.</IfxConnection_ConnectionTimeout>
  200. <IfxConnection_Database>Current data source catalog value, 'Database=X' in the connection string.</IfxConnection_Database>
  201. <IfxConnection_DataSource>Current data source, 'Server=X' in the connection string.</IfxConnection_DataSource>
  202. <IfxConnection_Driver>Current Informix driver.</IfxConnection_Driver>
  203. <IfxConnection_ServerVersion>Version of the server accessed by the Informix driver.</IfxConnection_ServerVersion>
  204. <IfxConnection_ServerType>Type of the server accessed by the Informix driver.</IfxConnection_ServerType>
  205. <!--;; DbDataAdapter Property/Method Descriptions-->
  206. <DbDataAdapter_DeleteCommand>Used during Update for deleted rows in DataSet.</DbDataAdapter_DeleteCommand>
  207. <DbDataAdapter_InsertCommand>Used during Update for new rows in DataSet.</DbDataAdapter_InsertCommand>
  208. <DbDataAdapter_SelectCommand>Used during Fill/FillSchema.</DbDataAdapter_SelectCommand>
  209. <DbDataAdapter_UpdateCommand>Used during Update for modified rows in DataSet.</DbDataAdapter_UpdateCommand>
  210. <!--;; XXX Parameter Property/Method Descriptions-->
  211. <DataParameter_DbType>The parameter generic type.</DataParameter_DbType>
  212. <DataParameter_Direction>Input, output, or bidirectional parameter.</DataParameter_Direction>
  213. <DataParameter_IsNullable>a design-time property used for strongly typed code-generation.</DataParameter_IsNullable>
  214. <DataParameter_ParameterName>Name of the parameter.</DataParameter_ParameterName>
  215. <DataParameter_SourceColumn>When used by a DataAdapter.Update, the source column name that is used to find the DataSetColumn name in the ColumnMappings. This is to copy a value between the parameter and a datarow.</DataParameter_SourceColumn>
  216. <DataParameter_SourceVersion>When used by a DataAdapter.Update (UpdateCommand only), the version of the DataRow value that is used to update the data source.</DataParameter_SourceVersion>
  217. <DataParameter_Value>Value of the parameter.</DataParameter_Value>
  218. <DbDataParameter_Precision>For decimal, numeric, varnumeric DBTypes.</DbDataParameter_Precision>
  219. <DbDataParameter_Scale>For decimal, numeric, varnumeric DBTypes.</DbDataParameter_Scale>
  220. <DbDataParameter_Size>Size of variable length data types (string and arrays).</DbDataParameter_Size>
  221. <IfxParameter_DirectionNotSupported>The IBM Informix .Net Data Provider does not support Output Parameters.</IfxParameter_DirectionNotSupported>
  222. </IFMX_MSG_STRINGS>