[System.Data] move to corefx (#4893)
[mono-project.git] / mcs / class / System.Data / corefx / SR.cs
blobf1f2fb30041e9e009981db18efd6ae4b16456fec
1 //
2 // This file was generated by resx2sr tool
3 //
5 partial class SR
7 public const string ADP_CollectionIndexString = "An {0} with {1} '{2}' is not contained by this {3}.";
8 public const string ADP_CollectionInvalidType = "The {0} only accepts non-null {1} type objects, not {2} objects.";
9 public const string ADP_CollectionIsNotParent = "The {0} is already contained by another {1}.";
10 public const string ADP_CollectionNullValue = "The {0} only accepts non-null {1} type objects.";
11 public const string ADP_CollectionRemoveInvalidObject = "Attempted to remove an {0} that is not contained by this {1}.";
12 public const string ADP_CollectionUniqueValue = "The {0}.{1} is required to be unique, '{2}' already exists in the collection.";
13 public const string ADP_ConnectionStateMsg_Closed = "The connection's current state is closed.";
14 public const string ADP_ConnectionStateMsg_Connecting = "The connection's current state is connecting.";
15 public const string ADP_ConnectionStateMsg_Open = "The connection's current state is open.";
16 public const string ADP_ConnectionStateMsg_OpenExecuting = "The connection's current state is executing.";
17 public const string ADP_ConnectionStateMsg_OpenFetching = "The connection's current state is fetching.";
18 public const string ADP_ConnectionStateMsg = "The connection's current state: {0}.";
19 public const string ADP_ConnectionStringSyntax = "Format of the initialization string does not conform to specification starting at index {0}.";
20 public const string ADP_DataReaderClosed = "Invalid attempt to call {0} when reader is closed.";
21 public const string ADP_EmptyString = "Expecting non-empty string for '{0}' parameter.";
22 public const string ADP_InvalidEnumerationValue = "The {0} enumeration value, {1}, is invalid.";
23 public const string ADP_InvalidKey = "Invalid keyword, contain one or more of 'no characters', 'control characters', 'leading or trailing whitespace' or 'leading semicolons'.";
24 public const string ADP_InvalidValue = "The value contains embedded nulls (\\\\u0000).";
25 public const string Xml_SimpleTypeNotSupported = "DataSet doesn't support 'union' or 'list' as simpleType.";
26 public const string Xml_MissingAttribute = "Invalid {0} syntax: missing required '{1}' attribute.";
27 public const string Xml_ValueOutOfRange = "Value '{1}' is invalid for attribute '{0}'.";
28 public const string Xml_AttributeValues = "The value of attribute '{0}' should be '{1}' or '{2}'.";
29 public const string Xml_RelationParentNameMissing = "Parent table name is missing in relation '{0}'.";
30 public const string Xml_RelationChildNameMissing = "Child table name is missing in relation '{0}'.";
31 public const string Xml_RelationTableKeyMissing = "Parent table key is missing in relation '{0}'.";
32 public const string Xml_RelationChildKeyMissing = "Child table key is missing in relation '{0}'.";
33 public const string Xml_UndefinedDatatype = "Undefined data type: '{0}'.";
34 public const string Xml_DatatypeNotDefined = "Data type not defined.";
35 public const string Xml_InvalidField = "Invalid XPath selection inside field node. Cannot find: {0}.";
36 public const string Xml_InvalidSelector = "Invalid XPath selection inside selector node: {0}.";
37 public const string Xml_InvalidKey = "Invalid 'Key' node inside constraint named: {0}.";
38 public const string Xml_DuplicateConstraint = "The constraint name {0} is already used in the schema.";
39 public const string Xml_CannotConvert = " Cannot convert '{0}' to type '{1}'.";
40 public const string Xml_MissingRefer = "Missing '{0}' part in '{1}' constraint named '{2}'.";
41 public const string Xml_MismatchKeyLength = "Invalid Relation definition: different length keys.";
42 public const string Xml_CircularComplexType = "DataSet doesn't allow the circular reference in the ComplexType named '{0}'.";
43 public const string Xml_CannotInstantiateAbstract = "DataSet cannot instantiate an abstract ComplexType for the node {0}.";
44 public const string Xml_MultipleTargetConverterError = "An error occurred with the multiple target converter while writing an Xml Schema. See the inner exception for details.";
45 public const string Xml_MultipleTargetConverterEmpty = "An error occurred with the multiple target converter while writing an Xml Schema. A null or empty string was returned.";
46 public const string Xml_MergeDuplicateDeclaration = "Duplicated declaration '{0}'.";
47 public const string Xml_MissingTable = "Cannot load diffGram. Table '{0}' is missing in the destination dataset.";
48 public const string Xml_MissingSQL = "Cannot load diffGram. The 'sql' node is missing.";
49 public const string Xml_ColumnConflict = "Column name '{0}' is defined for different mapping types.";
50 public const string Xml_InvalidPrefix = "Prefix '{0}' is not valid, because it contains special characters.";
51 public const string Xml_NestedCircular = "Circular reference in self-nested table '{0}'.";
52 public const string Xml_FoundEntity = "DataSet cannot expand entities. Use XmlValidatingReader and set the EntityHandling property accordingly.";
53 public const string Xml_PolymorphismNotSupported = "Type '{0}' does not implement IXmlSerializable interface therefore can not proceed with serialization.";
54 public const string Xml_CanNotDeserializeObjectType = "Unable to proceed with deserialization. Data does not implement IXMLSerializable, therefore polymorphism is not supported.";
55 public const string Xml_DataTableInferenceNotSupported = "DataTable does not support schema inference from Xml.";
56 public const string Xml_MultipleParentRows = "Cannot proceed with serializing DataTable '{0}'. It contains a DataRow which has multiple parent rows on the same Foreign Key.";
57 public const string Xml_IsDataSetAttributeMissingInSchema = "IsDataSet attribute is missing in input Schema.";
58 public const string Xml_TooManyIsDataSetAtributeInSchema = "Cannot determine the DataSet Element. IsDataSet attribute exist more than once.";
59 public const string Xml_DynamicWithoutXmlSerializable = "DataSet will not serialize types that implement IDynamicMetaObjectProvider but do not also implement IXmlSerializable.";
60 public const string Expr_NYI = "The feature not implemented. {0}.";
61 public const string Expr_MissingOperand = "Syntax error: Missing operand after '{0}' operator.";
62 public const string Expr_TypeMismatch = "Type mismatch in expression '{0}'.";
63 public const string Expr_ExpressionTooComplex = "Expression is too complex.";
64 public const string Expr_UnboundName = "Cannot find column [{0}].";
65 public const string Expr_InvalidString = "The expression contains an invalid string constant: {0}.";
66 public const string Expr_UndefinedFunction = "The expression contains undefined function call {0}().";
67 public const string Expr_Syntax = "Syntax error in the expression.";
68 public const string Expr_FunctionArgumentCount = "Invalid number of arguments: function {0}().";
69 public const string Expr_MissingRightParen = "The expression is missing the closing parenthesis.";
70 public const string Expr_UnknownToken = "Cannot interpret token '{0}' at position {1}.";
71 public const string Expr_UnknownToken1 = "Expected {0}, but actual token at the position {2} is {1}.";
72 public const string Expr_DatatypeConvertion = "Cannot convert from {0} to {1}.";
73 public const string Expr_DatavalueConvertion = "Cannot convert value '{0}' to Type: {1}.";
74 public const string Expr_InvalidName = "Invalid column name [{0}].";
75 public const string Expr_InvalidDate = "The expression contains invalid date constant '{0}'.";
76 public const string Expr_NonConstantArgument = "Only constant expressions are allowed in the expression list for the IN operator.";
77 public const string Expr_InvalidPattern = "Error in Like operator: the string pattern '{0}' is invalid.";
78 public const string Expr_InWithoutParentheses = "Syntax error: The items following the IN keyword must be separated by commas and be enclosed in parentheses.";
79 public const string Expr_ArgumentType = "Type mismatch in function argument: {0}(), argument {1}, expected {2}.";
80 public const string Expr_ArgumentTypeInteger = "Type mismatch in function argument: {0}(), argument {1}, expected one of the Integer types.";
81 public const string Expr_TypeMismatchInBinop = "Cannot perform '{0}' operation on {1} and {2}.";
82 public const string Expr_AmbiguousBinop = "Operator '{0}' is ambiguous on operands of type '{1}' and '{2}'. Cannot mix signed and unsigned types. Please use explicit Convert() function.";
83 public const string Expr_InWithoutList = "Syntax error: The IN keyword must be followed by a non-empty list of expressions separated by commas, and also must be enclosed in parentheses.";
84 public const string Expr_UnsupportedOperator = "The expression contains unsupported operator '{0}'.";
85 public const string Expr_InvalidNameBracketing = "The expression contains invalid name: '{0}'.";
86 public const string Expr_MissingOperandBefore = "Syntax error: Missing operand before '{0}' operator.";
87 public const string Expr_TooManyRightParentheses = "The expression has too many closing parentheses.";
88 public const string Expr_UnresolvedRelation = "The table [{0}] involved in more than one relation. You must explicitly mention a relation name in the expression '{1}'.";
89 public const string Expr_AggregateArgument = "Syntax error in aggregate argument: Expecting a single column argument with possible 'Child' qualifier.";
90 public const string Expr_AggregateUnbound = "Unbound reference in the aggregate expression '{0}'.";
91 public const string Expr_EvalNoContext = "Cannot evaluate non-constant expression without current row.";
92 public const string Expr_ExpressionUnbound = "Unbound reference in the expression '{0}'.";
93 public const string Expr_ComputeNotAggregate = "Cannot evaluate. Expression '{0}' is not an aggregate.";
94 public const string Expr_FilterConvertion = "Filter expression '{0}' does not evaluate to a Boolean term.";
95 public const string Expr_InvalidType = "Invalid type name '{0}'.";
96 public const string Expr_LookupArgument = "Syntax error in Lookup expression: Expecting keyword 'Parent' followed by a single column argument with possible relation qualifier: Parent[(<relation_name>)].<column_name>.";
97 public const string Expr_InvokeArgument = "Need a row or a table to Invoke DataFilter.";
98 public const string Expr_ArgumentOutofRange = "{0}() argument is out of range.";
99 public const string Expr_IsSyntax = "Syntax error: Invalid usage of 'Is' operator. Correct syntax: <expression> Is [Not] Null.";
100 public const string Expr_Overflow = "Value is either too large or too small for Type '{0}'.";
101 public const string Expr_BindFailure = "Cannot find the parent relation '{0}'.";
102 public const string Expr_InvalidHoursArgument = "'hours' argument is out of range. Value must be between -14 and +14.";
103 public const string Expr_InvalidMinutesArgument = "'minutes' argument is out of range. Value must be between -59 and +59.";
104 public const string Expr_InvalidTimeZoneRange = "Provided range for time one exceeds total of 14 hours.";
105 public const string Expr_MismatchKindandTimeSpan = "Kind property of provided DateTime argument, does not match 'hours' and 'minutes' arguments.";
106 public const string Expr_UnsupportedType = "A DataColumn of type '{0}' does not support expression.";
107 public const string Data_EnforceConstraints = "Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.";
108 public const string Data_CannotModifyCollection = "Collection itself is not modifiable.";
109 public const string Data_CaseInsensitiveNameConflict = "The given name '{0}' matches at least two names in the collection object with different cases, but does not match either of them with the same case.";
110 public const string Data_NamespaceNameConflict = "The given name '{0}' matches at least two names in the collection object with different namespaces.";
111 public const string Data_InvalidOffsetLength = "Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.";
112 public const string Data_ArgumentOutOfRange = "'{0}' argument is out of range.";
113 public const string Data_ArgumentNull = "'{0}' argument cannot be null.";
114 public const string Data_ArgumentContainsNull = "'{0}' argument contains null value.";
115 public const string DataColumns_OutOfRange = "Cannot find column {0}.";
116 public const string DataColumns_Add1 = "Column '{0}' already belongs to this DataTable.";
117 public const string DataColumns_Add2 = "Column '{0}' already belongs to another DataTable.";
118 public const string DataColumns_Add3 = "Cannot have more than one SimpleContent columns in a DataTable.";
119 public const string DataColumns_Add4 = "Cannot add a SimpleContent column to a table containing element columns or nested relations.";
120 public const string DataColumns_AddDuplicate = "A column named '{0}' already belongs to this DataTable.";
121 public const string DataColumns_AddDuplicate2 = "Cannot add a column named '{0}': a nested table with the same name already belongs to this DataTable.";
122 public const string DataColumns_AddDuplicate3 = "A column named '{0}' already belongs to this DataTable: cannot set a nested table name to the same name.";
123 public const string DataColumns_Remove = "Cannot remove a column that doesn't belong to this table.";
124 public const string DataColumns_RemovePrimaryKey = "Cannot remove this column, because it's part of the primary key.";
125 public const string DataColumns_RemoveChildKey = "Cannot remove this column, because it is part of the parent key for relationship {0}.";
126 public const string DataColumns_RemoveConstraint = "Cannot remove this column, because it is a part of the constraint {0} on the table {1}.";
127 public const string DataColumn_AutoIncrementAndExpression = "Cannot set AutoIncrement property for a computed column.";
128 public const string DataColumn_AutoIncrementAndDefaultValue = "Cannot set AutoIncrement property for a column with DefaultValue set.";
129 public const string DataColumn_DefaultValueAndAutoIncrement = "Cannot set a DefaultValue on an AutoIncrement column.";
130 public const string DataColumn_AutoIncrementSeed = "AutoIncrementStep must be a non-zero value.";
131 public const string DataColumn_NameRequired = "ColumnName is required when it is part of a DataTable.";
132 public const string DataColumn_ChangeDataType = "Cannot change DataType of a column once it has data.";
133 public const string DataColumn_NullDataType = "Column requires a valid DataType.";
134 public const string DataColumn_DefaultValueDataType = "The DefaultValue for column {0} is of type {1} and cannot be converted to {2}.";
135 public const string DataColumn_DefaultValueDataType1 = "The DefaultValue for the column is of type {0} and cannot be converted to {1}.";
136 public const string DataColumn_DefaultValueColumnDataType = "The DefaultValue for column {0} is of type {1}, but the column is of type {2}.";
137 public const string DataColumn_ReadOnlyAndExpression = "Cannot change ReadOnly property for the expression column.";
138 public const string DataColumn_UniqueAndExpression = "Cannot change Unique property for the expression column.";
139 public const string DataColumn_ExpressionAndUnique = "Cannot create an expression on a column that has AutoIncrement or Unique.";
140 public const string DataColumn_ExpressionAndReadOnly = "Cannot set expression because column cannot be made ReadOnly.";
141 public const string DataColumn_ExpressionAndConstraint = "Cannot set Expression property on column {0}, because it is a part of a constraint.";
142 public const string DataColumn_ExpressionInConstraint = "Cannot create a constraint based on Expression column {0}.";
143 public const string DataColumn_ExpressionCircular = "Cannot set Expression property due to circular reference in the expression.";
144 public const string DataColumn_NullKeyValues = "Column '{0}' has null values in it.";
145 public const string DataColumn_NullValues = "Column '{0}' does not allow nulls.";
146 public const string DataColumn_ReadOnly = "Column '{0}' is read only.";
147 public const string DataColumn_NonUniqueValues = "Column '{0}' contains non-unique values.";
148 public const string DataColumn_NotInTheTable = "Column '{0}' does not belong to table {1}.";
149 public const string DataColumn_NotInAnyTable = "Column must belong to a table.";
150 public const string DataColumn_SetFailed = "Couldn't store <{0}> in {1} Column. Expected type is {2}.";
151 public const string DataColumn_CannotSetToNull = "Cannot set Column '{0}' to be null. Please use DBNull instead.";
152 public const string DataColumn_LongerThanMaxLength = "Cannot set column '{0}'. The value violates the MaxLength limit of this column.";
153 public const string DataColumn_HasToBeStringType = "MaxLength applies to string data type only. You cannot set Column '{0}' property MaxLength to be non-negative number.";
154 public const string DataColumn_CannotSetMaxLength = "Cannot set Column '{0}' property MaxLength to '{1}'. There is at least one string in the table longer than the new limit.";
155 public const string DataColumn_CannotSetMaxLength2 = "Cannot set Column '{0}' property MaxLength. The Column is SimpleContent.";
156 public const string DataColumn_CannotSimpleContentType = "Cannot set Column '{0}' property DataType to {1}. The Column is SimpleContent.";
157 public const string DataColumn_CannotSimpleContent = "Cannot set Column '{0}' property MappingType to SimpleContent. The Column DataType is {1}.";
158 public const string DataColumn_ExceedMaxLength = "Column '{0}' exceeds the MaxLength limit.";
159 public const string DataColumn_NotAllowDBNull = "Column '{0}' does not allow DBNull.Value.";
160 public const string DataColumn_CannotChangeNamespace = "Cannot change the Column '{0}' property Namespace. The Column is SimpleContent.";
161 public const string DataColumn_AutoIncrementCannotSetIfHasData = "Cannot change AutoIncrement of a DataColumn with type '{0}' once it has data.";
162 public const string DataColumn_NotInTheUnderlyingTable = "Column '{0}' does not belong to underlying table '{1}'.";
163 public const string DataColumn_InvalidDataColumnMapping = "DataColumn with type '{0}' is a complexType. Can not serialize value of a complex type as Attribute";
164 public const string DataColumn_CannotSetDateTimeModeForNonDateTimeColumns = "The DateTimeMode can be set only on DataColumns of type DateTime.";
165 public const string DataColumn_DateTimeMode = "Cannot change DateTimeMode from '{0}' to '{1}' once the table has data.";
166 public const string DataColumn_INullableUDTwithoutStaticNull = "Type '{0}' does not contain static Null property or field.";
167 public const string DataColumn_UDTImplementsIChangeTrackingButnotIRevertible = "Type '{0}' does not implement IRevertibleChangeTracking; therefore can not proceed with RejectChanges().";
168 public const string DataColumn_SetAddedAndModifiedCalledOnNonUnchanged = "SetAdded and SetModified can only be called on DataRows with Unchanged DataRowState.";
169 public const string DataColumn_OrdinalExceedMaximun = "Ordinal '{0}' exceeds the maximum number.";
170 public const string DataColumn_NullableTypesNotSupported = "DataSet does not support System.Nullable<>.";
171 public const string DataConstraint_NoName = "Cannot change the name of a constraint to empty string when it is in the ConstraintCollection.";
172 public const string DataConstraint_Violation = "Cannot enforce constraints on constraint {0}.";
173 public const string DataConstraint_ViolationValue = "Column '{0}' is constrained to be unique. Value '{1}' is already present.";
174 public const string DataConstraint_NotInTheTable = "Constraint '{0}' does not belong to this DataTable.";
175 public const string DataConstraint_OutOfRange = "Cannot find constraint {0}.";
176 public const string DataConstraint_Duplicate = "Constraint matches constraint named {0} already in collection.";
177 public const string DataConstraint_DuplicateName = "A Constraint named '{0}' already belongs to this DataTable.";
178 public const string DataConstraint_UniqueViolation = "These columns don't currently have unique values.";
179 public const string DataConstraint_ForeignTable = "These columns don't point to this table.";
180 public const string DataConstraint_ParentValues = "This constraint cannot be enabled as not all values have corresponding parent values.";
181 public const string DataConstraint_AddFailed = "This constraint cannot be added since ForeignKey doesn't belong to table {0}.";
182 public const string DataConstraint_RemoveFailed = "Cannot remove a constraint that doesn't belong to this table.";
183 public const string DataConstraint_NeededForForeignKeyConstraint = "Cannot remove unique constraint '{0}'. Remove foreign key constraint '{1}' first.";
184 public const string DataConstraint_CascadeDelete = "Cannot delete this row because constraints are enforced on relation {0}, and deleting this row will strand child rows.";
185 public const string DataConstraint_CascadeUpdate = "Cannot make this change because constraints are enforced on relation {0}, and changing this value will strand child rows.";
186 public const string DataConstraint_ClearParentTable = "Cannot clear table {0} because ForeignKeyConstraint {1} enforces constraints and there are child rows in {2}.";
187 public const string DataConstraint_ForeignKeyViolation = "ForeignKeyConstraint {0} requires the child key values ({1}) to exist in the parent table.";
188 public const string DataConstraint_BadObjectPropertyAccess = "Property not accessible because '{0}'.";
189 public const string DataConstraint_RemoveParentRow = "Cannot remove this row because it has child rows, and constraints on relation {0} are enforced.";
190 public const string DataConstraint_AddPrimaryKeyConstraint = "Cannot add primary key constraint since primary key is already set for the table.";
191 public const string DataConstraint_CantAddConstraintToMultipleNestedTable = "Cannot add constraint to DataTable '{0}' which is a child table in two nested relations.";
192 public const string DataKey_TableMismatch = "Cannot create a Key from Columns that belong to different tables.";
193 public const string DataKey_NoColumns = "Cannot have 0 columns.";
194 public const string DataKey_TooManyColumns = "Cannot have more than {0} columns.";
195 public const string DataKey_DuplicateColumns = "Cannot create a Key when the same column is listed more than once: '{0}'";
196 public const string DataKey_RemovePrimaryKey = "Cannot remove unique constraint since it's the primary key of a table.";
197 public const string DataKey_RemovePrimaryKey1 = "Cannot remove unique constraint since it's the primary key of table {0}.";
198 public const string DataRelation_ColumnsTypeMismatch = "Parent Columns and Child Columns don't have type-matching columns.";
199 public const string DataRelation_KeyColumnsIdentical = "ParentKey and ChildKey are identical.";
200 public const string DataRelation_KeyLengthMismatch = "ParentColumns and ChildColumns should be the same length.";
201 public const string DataRelation_KeyZeroLength = "ParentColumns and ChildColumns must not be zero length.";
202 public const string DataRelation_ForeignRow = "The row doesn't belong to the same DataSet as this relation.";
203 public const string DataRelation_NoName = "RelationName is required when it is part of a DataSet.";
204 public const string DataRelation_ForeignTable = "GetChildRows requires a row whose Table is {0}, but the specified row's Table is {1}.";
205 public const string DataRelation_ForeignDataSet = "This relation should connect two tables in this DataSet to be added to this DataSet.";
206 public const string DataRelation_GetParentRowTableMismatch = "GetParentRow requires a row whose Table is {0}, but the specified row's Table is {1}.";
207 public const string DataRelation_SetParentRowTableMismatch = "SetParentRow requires a child row whose Table is {0}, but the specified row's Table is {1}.";
208 public const string DataRelation_DataSetMismatch = "Cannot have a relationship between tables in different DataSets.";
209 public const string DataRelation_TablesInDifferentSets = "Cannot create a relation between tables in different DataSets.";
210 public const string DataRelation_AlreadyExists = "A relation already exists for these child columns.";
211 public const string DataRelation_DoesNotExist = "This relation doesn't belong to this relation collection.";
212 public const string DataRelation_AlreadyInOtherDataSet = "This relation already belongs to another DataSet.";
213 public const string DataRelation_AlreadyInTheDataSet = "This relation already belongs to this DataSet.";
214 public const string DataRelation_DuplicateName = "A Relation named '{0}' already belongs to this DataSet.";
215 public const string DataRelation_NotInTheDataSet = "Relation {0} does not belong to this DataSet.";
216 public const string DataRelation_OutOfRange = "Cannot find relation {0}.";
217 public const string DataRelation_TableNull = "Cannot create a collection on a null table.";
218 public const string DataRelation_TableWasRemoved = "The table this collection displays relations for has been removed from its DataSet.";
219 public const string DataRelation_ChildTableMismatch = "Cannot add a relation to this table's ParentRelation collection where this table isn't the child table.";
220 public const string DataRelation_ParentTableMismatch = "Cannot add a relation to this table's ChildRelation collection where this table isn't the parent table.";
221 public const string DataRelation_RelationNestedReadOnly = "Cannot set the 'Nested' property to false for this relation.";
222 public const string DataRelation_TableCantBeNestedInTwoTables = "The same table '{0}' cannot be the child table in two nested relations.";
223 public const string DataRelation_LoopInNestedRelations = "The table ({0}) cannot be the child table to itself in nested relations.";
224 public const string DataRelation_CaseLocaleMismatch = "Cannot add a DataRelation or Constraint that has different Locale or CaseSensitive settings between its parent and child tables.";
225 public const string DataRelation_ParentOrChildColumnsDoNotHaveDataSet = "Cannot create a DataRelation if Parent or Child Columns are not in a DataSet.";
226 public const string DataRelation_InValidNestedRelation = "Nested table '{0}' which inherits its namespace cannot have multiple parent tables in different namespaces.";
227 public const string DataRelation_InValidNamespaceInNestedRelation = "Nested table '{0}' with empty namespace cannot have multiple parent tables in different namespaces.";
228 public const string DataRow_NotInTheDataSet = "The row doesn't belong to the same DataSet as this relation.";
229 public const string DataRow_NotInTheTable = "Cannot perform this operation on a row not in the table.";
230 public const string DataRow_ParentRowNotInTheDataSet = "This relation and child row don't belong to same DataSet.";
231 public const string DataRow_EditInRowChanging = "Cannot change a proposed value in the RowChanging event.";
232 public const string DataRow_EndEditInRowChanging = "Cannot call EndEdit() inside an OnRowChanging event.";
233 public const string DataRow_BeginEditInRowChanging = "Cannot call BeginEdit() inside the RowChanging event.";
234 public const string DataRow_CancelEditInRowChanging = "Cannot call CancelEdit() inside an OnRowChanging event. Throw an exception to cancel this update.";
235 public const string DataRow_DeleteInRowDeleting = "Cannot call Delete inside an OnRowDeleting event. Throw an exception to cancel this delete.";
236 public const string DataRow_ValuesArrayLength = "Input array is longer than the number of columns in this table.";
237 public const string DataRow_NoCurrentData = "There is no Current data to access.";
238 public const string DataRow_NoOriginalData = "There is no Original data to access.";
239 public const string DataRow_NoProposedData = "There is no Proposed data to access.";
240 public const string DataRow_RemovedFromTheTable = "This row has been removed from a table and does not have any data. BeginEdit() will allow creation of new data in this row.";
241 public const string DataRow_DeletedRowInaccessible = "Deleted row information cannot be accessed through the row.";
242 public const string DataRow_InvalidVersion = "Version must be Original, Current, or Proposed.";
243 public const string DataRow_OutOfRange = "There is no row at position {0}.";
244 public const string DataRow_RowInsertOutOfRange = "The row insert position {0} is invalid.";
245 public const string DataRow_RowInsertMissing = "Values are missing in the rowOrder sequence for table '{0}'.";
246 public const string DataRow_RowOutOfRange = "The given DataRow is not in the current DataRowCollection.";
247 public const string DataRow_AlreadyInOtherCollection = "This row already belongs to another table.";
248 public const string DataRow_AlreadyInTheCollection = "This row already belongs to this table.";
249 public const string DataRow_AlreadyDeleted = "Cannot delete this row since it's already deleted.";
250 public const string DataRow_Empty = "This row is empty.";
251 public const string DataRow_AlreadyRemoved = "Cannot remove a row that's already been removed.";
252 public const string DataRow_MultipleParents = "A child row has multiple parents.";
253 public const string DataRow_InvalidRowBitPattern = "Unrecognized row state bit pattern.";
254 public const string DataSet_SetNameToEmpty = "Cannot change the name of the DataSet to an empty string.";
255 public const string DataSet_SetDataSetNameConflicting = "The name '{0}' is invalid. A DataSet cannot have the same name of the DataTable.";
256 public const string DataSet_UnsupportedSchema = "The schema namespace is invalid. Please use this one instead: {0}.";
257 public const string DataSet_CannotChangeCaseLocale = "Cannot change CaseSensitive or Locale property. This change would lead to at least one DataRelation or Constraint to have different Locale or CaseSensitive settings between its related tables.";
258 public const string DataSet_CannotChangeSchemaSerializationMode = "SchemaSerializationMode property can be set only if it is overridden by derived DataSet.";
259 public const string DataTable_ForeignPrimaryKey = "PrimaryKey columns do not belong to this table.";
260 public const string DataTable_CannotAddToSimpleContent = "Cannot add a nested relation or an element column to a table containing a SimpleContent column.";
261 public const string DataTable_NoName = "TableName is required when it is part of a DataSet.";
262 public const string DataTable_MultipleSimpleContentColumns = "DataTable already has a simple content column.";
263 public const string DataTable_MissingPrimaryKey = "Table doesn't have a primary key.";
264 public const string DataTable_InvalidSortString = " {0} isn't a valid Sort string entry.";
265 public const string DataTable_CanNotSerializeDataTableHierarchy = "Cannot serialize the DataTable. A DataTable being used in one or more DataColumn expressions is not a descendant of current DataTable.";
266 public const string DataTable_CanNotRemoteDataTable = "This DataTable can only be remoted as part of DataSet. One or more Expression Columns has reference to other DataTable(s).";
267 public const string DataTable_CanNotSetRemotingFormat = "Cannot have different remoting format property value for DataSet and DataTable.";
268 public const string DataTable_CanNotSerializeDataTableWithEmptyName = "Cannot serialize the DataTable. DataTable name is not set.";
269 public const string DataTable_DuplicateName = "A DataTable named '{0}' already belongs to this DataSet.";
270 public const string DataTable_DuplicateName2 = "A DataTable named '{0}' with the same Namespace '{1}' already belongs to this DataSet.";
271 public const string DataTable_SelfnestedDatasetConflictingName = "The table ({0}) cannot be the child table to itself in a nested relation: the DataSet name conflicts with the table name.";
272 public const string DataTable_DatasetConflictingName = "The name '{0}' is invalid. A DataTable cannot have the same name of the DataSet.";
273 public const string DataTable_AlreadyInOtherDataSet = "DataTable already belongs to another DataSet.";
274 public const string DataTable_AlreadyInTheDataSet = "DataTable already belongs to this DataSet.";
275 public const string DataTable_NotInTheDataSet = "Table {0} does not belong to this DataSet.";
276 public const string DataTable_OutOfRange = "Cannot find table {0}.";
277 public const string DataTable_InRelation = "Cannot remove a table that has existing relations. Remove relations first.";
278 public const string DataTable_InConstraint = "Cannot remove table {0}, because it referenced in ForeignKeyConstraint {1}. Remove the constraint first.";
279 public const string DataTable_TableNotFound = "DataTable '{0}' does not match to any DataTable in source.";
280 public const string DataMerge_MissingDefinition = "Target DataSet missing definition for {0}.";
281 public const string DataMerge_MissingConstraint = "Target DataSet missing {0} {1}.";
282 public const string DataMerge_DataTypeMismatch = "<target>.{0} and <source>.{0} have conflicting properties: DataType property mismatch.";
283 public const string DataMerge_PrimaryKeyMismatch = "<target>.PrimaryKey and <source>.PrimaryKey have different Length.";
284 public const string DataMerge_PrimaryKeyColumnsMismatch = "Mismatch columns in the PrimaryKey : <target>.{0} versus <source>.{1}.";
285 public const string DataMerge_ReltionKeyColumnsMismatch = "Relation {0} cannot be merged, because keys have mismatch columns.";
286 public const string DataMerge_MissingColumnDefinition = "Target table {0} missing definition for column {1}.";
287 public const string DataIndex_RecordStateRange = "The RowStates parameter must be set to a valid combination of values from the DataViewRowState enumeration.";
288 public const string DataIndex_FindWithoutSortOrder = "Find finds a row based on a Sort order, and no Sort order is specified.";
289 public const string DataIndex_KeyLength = "Expecting {0} value(s) for the key being indexed, but received {1} value(s).";
290 public const string DataStorage_AggregateException = "Invalid usage of aggregate function {0}() and Type: {1}.";
291 public const string DataStorage_InvalidStorageType = "Invalid storage type: {0}.";
292 public const string DataStorage_ProblematicChars = "The DataSet Xml persistency does not support the value '{0}' as Char value, please use Byte storage instead.";
293 public const string DataStorage_SetInvalidDataType = "Type of value has a mismatch with column type";
294 public const string DataStorage_IComparableNotDefined = " Type '{0}' does not implement IComparable interface. Comparison cannot be done.";
295 public const string DataView_SetFailed = "Cannot set {0}.";
296 public const string DataView_SetDataSetFailed = "Cannot change DataSet on a DataViewManager that's already the default view for a DataSet.";
297 public const string DataView_SetRowStateFilter = "RowStateFilter cannot show ModifiedOriginals and ModifiedCurrents at the same time.";
298 public const string DataView_SetTable = "Cannot change Table property on a DefaultView or a DataView coming from a DataViewManager.";
299 public const string DataView_CanNotSetDataSet = "Cannot change DataSet property once it is set.";
300 public const string DataView_CanNotUseDataViewManager = "DataSet must be set prior to using DataViewManager.";
301 public const string DataView_CanNotSetTable = "Cannot change Table property once it is set.";
302 public const string DataView_CanNotUse = "DataTable must be set prior to using DataView.";
303 public const string DataView_CanNotBindTable = "Cannot bind to DataTable with no name.";
304 public const string DataView_SetIListObject = "Cannot set an object into this list.";
305 public const string DataView_AddNewNotAllowNull = "Cannot call AddNew on a DataView where AllowNew is false.";
306 public const string DataView_NotOpen = "DataView is not open.";
307 public const string DataView_CreateChildView = "The relation is not parented to the table to which this DataView points.";
308 public const string DataView_CanNotDelete = "Cannot delete on a DataSource where AllowDelete is false.";
309 public const string DataView_CanNotEdit = "Cannot edit on a DataSource where AllowEdit is false.";
310 public const string DataView_GetElementIndex = "Index {0} is either negative or above rows count.";
311 public const string DataView_AddExternalObject = "Cannot add external objects to this list.";
312 public const string DataView_CanNotClear = "Cannot clear this list.";
313 public const string DataView_InsertExternalObject = "Cannot insert external objects to this list.";
314 public const string DataView_RemoveExternalObject = "Cannot remove objects not in the list.";
315 public const string DataROWView_PropertyNotFound = "{0} is neither a DataColumn nor a DataRelation for table {1}.";
316 public const string Range_Argument = "Min ({0}) must be less than or equal to max ({1}) in a Range object.";
317 public const string Range_NullRange = "This is a null range.";
318 public const string RecordManager_MinimumCapacity = "MinimumCapacity must be non-negative.";
319 public const string SqlConvert_ConvertFailed = " Cannot convert object of type '{0}' to object of type '{1}'.";
320 public const string DataSet_DefaultDataException = "Data Exception.";
321 public const string DataSet_DefaultConstraintException = "Constraint Exception.";
322 public const string DataSet_DefaultDeletedRowInaccessibleException = "Deleted rows inaccessible.";
323 public const string DataSet_DefaultDuplicateNameException = "Duplicate name not allowed.";
324 public const string DataSet_DefaultInRowChangingEventException = "Operation not supported in the RowChanging event.";
325 public const string DataSet_DefaultInvalidConstraintException = "Invalid constraint.";
326 public const string DataSet_DefaultMissingPrimaryKeyException = "Missing primary key.";
327 public const string DataSet_DefaultNoNullAllowedException = "Null not allowed.";
328 public const string DataSet_DefaultReadOnlyException = "Column is marked read only.";
329 public const string DataSet_DefaultRowNotInTableException = "Row not found in table.";
330 public const string DataSet_DefaultVersionNotFoundException = "Version not found.";
331 public const string Load_ReadOnlyDataModified = "ReadOnly Data is Modified.";
332 public const string DataTableReader_InvalidDataTableReader = "DataTableReader is invalid for current DataTable '{0}'.";
333 public const string DataTableReader_SchemaInvalidDataTableReader = "Schema of current DataTable '{0}' in DataTableReader has changed, DataTableReader is invalid.";
334 public const string DataTableReader_CannotCreateDataReaderOnEmptyDataSet = "DataTableReader Cannot be created. There is no DataTable in DataSet.";
335 public const string DataTableReader_DataTableReaderArgumentIsEmpty = "Cannot create DataTableReader. Argument is Empty.";
336 public const string DataTableReader_ArgumentContainsNullValue = "Cannot create DataTableReader. Arguments contain null value.";
337 public const string DataTableReader_InvalidRowInDataTableReader = "Current DataRow is either in Deleted or Detached state.";
338 public const string DataTableReader_DataTableCleared = "Current DataTable '{0}' is empty. There is no DataRow in DataTable.";
339 public const string RbTree_InvalidState = "DataTable internal index is corrupted: '{0}'.";
340 public const string RbTree_EnumerationBroken = "Collection was modified; enumeration operation might not execute.";
341 public const string NamedSimpleType_InvalidDuplicateNamedSimpleTypeDelaration = "Simple type '{0}' has already be declared with different '{1}'.";
342 public const string DataDom_Foliation = "Invalid foliation.";
343 public const string DataDom_TableNameChange = "Cannot change the table name once the associated DataSet is mapped to a loaded XML document.";
344 public const string DataDom_TableNamespaceChange = "Cannot change the table namespace once the associated DataSet is mapped to a loaded XML document.";
345 public const string DataDom_ColumnNameChange = "Cannot change the column name once the associated DataSet is mapped to a loaded XML document.";
346 public const string DataDom_ColumnNamespaceChange = "Cannot change the column namespace once the associated DataSet is mapped to a loaded XML document.";
347 public const string DataDom_ColumnMappingChange = "Cannot change the ColumnMapping property once the associated DataSet is mapped to a loaded XML document.";
348 public const string DataDom_TableColumnsChange = "Cannot add or remove columns from the table once the DataSet is mapped to a loaded XML document.";
349 public const string DataDom_DataSetTablesChange = "Cannot add or remove tables from the DataSet once the DataSet is mapped to a loaded XML document.";
350 public const string DataDom_DataSetNestedRelationsChange = "Cannot add, remove, or change Nested relations from the DataSet once the DataSet is mapped to a loaded XML document.";
351 public const string DataDom_DataSetNull = "The DataSet parameter is invalid. It cannot be null.";
352 public const string DataDom_DataSetNameChange = "Cannot change the DataSet name once the DataSet is mapped to a loaded XML document.";
353 public const string DataDom_CloneNode = "This type of node cannot be cloned: {0}.";
354 public const string DataDom_MultipleLoad = "Cannot load XmlDataDocument if it already contains data. Please use a new XmlDataDocument.";
355 public const string DataDom_MultipleDataSet = "DataSet can be associated with at most one XmlDataDocument. Cannot associate the DataSet with the current XmlDataDocument because the DataSet is already associated with another XmlDataDocument.";
356 public const string DataDom_NotSupport_GetElementById = "GetElementById() is not supported on DataDocument.";
357 public const string DataDom_NotSupport_EntRef = "Cannot create entity references on DataDocument.";
358 public const string DataDom_NotSupport_Clear = "Clear function on DateSet and DataTable is not supported on XmlDataDocument.";
359 public const string ADP_EmptyArray = "Expecting non-empty array for '{0}' parameter.";
360 public const string SQL_WrongType = "Expecting argument of type {1}, but received type {0}.";
361 public const string ADP_InvalidConnectionOptionValue = "Invalid value for key '{0}'.";
362 public const string ADP_KeywordNotSupported = "Keyword not supported: '{0}'.";
363 public const string ADP_InternalProviderError = "Internal .Net Framework Data Provider error {0}.";
364 public const string ADP_NoQuoteChange = "The QuotePrefix and QuoteSuffix properties cannot be changed once an Insert, Update, or Delete command has been generated.";
365 public const string ADP_MissingSourceCommand = "The DataAdapter.SelectCommand property needs to be initialized.";
366 public const string ADP_MissingSourceCommandConnection = "The DataAdapter.SelectCommand.Connection property needs to be initialized;";
367 public const string ADP_InvalidMultipartName = "{0} \"{1}\".";
368 public const string ADP_InvalidMultipartNameQuoteUsage = "{0} \"{1}\", incorrect usage of quotes.";
369 public const string ADP_InvalidMultipartNameToManyParts = "{0} \"{1}\", the current limit of \"{2}\" is insufficient.";
370 public const string ADP_ColumnSchemaExpression = "The column mapping from SourceColumn '{0}' failed because the DataColumn '{1}' is a computed column.";
371 public const string ADP_ColumnSchemaMismatch = "Inconvertible type mismatch between SourceColumn '{0}' of {1} and the DataColumn '{2}' of {3}.";
372 public const string ADP_ColumnSchemaMissing1 = "Missing the DataColumn '{0}' for the SourceColumn '{2}'.";
373 public const string ADP_ColumnSchemaMissing2 = "Missing the DataColumn '{0}' in the DataTable '{1}' for the SourceColumn '{2}'.";
374 public const string ADP_InvalidSourceColumn = "SourceColumn is required to be a non-empty string.";
375 public const string ADP_MissingColumnMapping = "Missing SourceColumn mapping for '{0}'.";
376 public const string ADP_NotSupportedEnumerationValue = "The {0} enumeration value, {1}, is not supported by the {2} method.";
377 public const string ADP_MissingTableSchema = "Missing the '{0}' DataTable for the '{1}' SourceTable.";
378 public const string ADP_InvalidSourceTable = "SourceTable is required to be a non-empty string";
379 public const string ADP_MissingTableMapping = "Missing SourceTable mapping: '{0}'";
380 public const string ADP_ConnectionRequired_Insert = "Update requires the InsertCommand to have a connection object. The Connection property of the InsertCommand has not been initialized.";
381 public const string ADP_ConnectionRequired_Update = "Update requires the UpdateCommand to have a connection object. The Connection property of the UpdateCommand has not been initialized.";
382 public const string ADP_ConnectionRequired_Delete = "Update requires the DeleteCommand to have a connection object. The Connection property of the DeleteCommand has not been initialized.";
383 public const string ADP_ConnectionRequired_Batch = "Update requires a connection object. The Connection property has not been initialized.";
384 public const string ADP_ConnectionRequired_Clone = "Update requires the command clone to have a connection object. The Connection property of the command clone has not been initialized.";
385 public const string ADP_OpenConnectionRequired_Insert = "Update requires the {0}Command to have an open connection object. {1}";
386 public const string ADP_OpenConnectionRequired_Update = "Update requires the {0}Command to have an open connection object. {1}";
387 public const string ADP_OpenConnectionRequired_Delete = "Update requires the {0}Command to have an open connection object. {1}";
388 public const string ADP_OpenConnectionRequired_Clone = "Update requires the updating command to have an open connection object. {1}";
389 public const string ADP_MissingSelectCommand = "The SelectCommand property has not been initialized before calling '{0}'.";
390 public const string ADP_UnwantedStatementType = "The StatementType {0} is not expected here.";
391 public const string ADP_FillSchemaRequiresSourceTableName = "FillSchema: expected a non-empty string for the SourceTable name.";
392 public const string ADP_FillRequiresSourceTableName = "Fill: expected a non-empty string for the SourceTable name.";
393 public const string ADP_FillChapterAutoIncrement = "Hierarchical chapter columns must map to an AutoIncrement DataColumn.";
394 public const string ADP_MissingDataReaderFieldType = "DataReader.GetFieldType({0}) returned null.";
395 public const string ADP_OnlyOneTableForStartRecordOrMaxRecords = "Only specify one item in the dataTables array when using non-zero values for startRecords or maxRecords.";
396 public const string ADP_UpdateRequiresSourceTable = "Update unable to find TableMapping['{0}'] or DataTable '{0}'.";
397 public const string ADP_UpdateRequiresSourceTableName = "Update: expected a non-empty SourceTable name.";
398 public const string ADP_UpdateRequiresCommandClone = "Update requires the command clone to be valid.";
399 public const string ADP_UpdateRequiresCommandSelect = "Auto SQL generation during Update requires a valid SelectCommand.";
400 public const string ADP_UpdateRequiresCommandInsert = "Update requires a valid InsertCommand when passed DataRow collection with new rows.";
401 public const string ADP_UpdateRequiresCommandUpdate = "Update requires a valid UpdateCommand when passed DataRow collection with modified rows.";
402 public const string ADP_UpdateRequiresCommandDelete = "Update requires a valid DeleteCommand when passed DataRow collection with deleted rows.";
403 public const string ADP_UpdateMismatchRowTable = "DataRow[{0}] is from a different DataTable than DataRow[0].";
404 public const string ADP_RowUpdatedErrors = "RowUpdatedEvent: Errors occurred; no additional is information available.";
405 public const string ADP_RowUpdatingErrors = "RowUpdatingEvent: Errors occurred; no additional is information available.";
406 public const string ADP_ResultsNotAllowedDuringBatch = "When batching, the command's UpdatedRowSource property value of UpdateRowSource.FirstReturnedRecord or UpdateRowSource.Both is invalid.";
407 public const string ADP_UpdateConcurrencyViolation_Update = "Concurrency violation: the UpdateCommand affected {0} of the expected {1} records.";
408 public const string ADP_UpdateConcurrencyViolation_Delete = "Concurrency violation: the DeleteCommand affected {0} of the expected {1} records.";
409 public const string ADP_UpdateConcurrencyViolation_Batch = "Concurrency violation: the batched command affected {0} of the expected {1} records.";
410 public const string ADP_InvalidSourceBufferIndex = "Invalid source buffer (size of {0}) offset: {1}";
411 public const string ADP_InvalidDestinationBufferIndex = "Invalid destination buffer (size of {0}) offset: {1}";
412 public const string ADP_StreamClosed = "Invalid attempt to {0} when stream is closed.";
413 public const string ADP_InvalidSeekOrigin = "Specified SeekOrigin value is invalid.";
414 public const string ADP_DynamicSQLJoinUnsupported = "Dynamic SQL generation is not supported against multiple base tables.";
415 public const string ADP_DynamicSQLNoTableInfo = "Dynamic SQL generation is not supported against a SelectCommand that does not return any base table information.";
416 public const string ADP_DynamicSQLNoKeyInfoDelete = "Dynamic SQL generation for the DeleteCommand is not supported against a SelectCommand that does not return any key column information.";
417 public const string ADP_DynamicSQLNoKeyInfoUpdate = "Dynamic SQL generation for the UpdateCommand is not supported against a SelectCommand that does not return any key column information.";
418 public const string ADP_DynamicSQLNoKeyInfoRowVersionDelete = "Dynamic SQL generation for the DeleteCommand is not supported against a SelectCommand that does not contain a row version column.";
419 public const string ADP_DynamicSQLNoKeyInfoRowVersionUpdate = "Dynamic SQL generation for the UpdateCommand is not supported against a SelectCommand that does not contain a row version column.";
420 public const string ADP_DynamicSQLNestedQuote = "Dynamic SQL generation not supported against table names '{0}' that contain the QuotePrefix or QuoteSuffix character '{1}'.";
421 public const string SQL_InvalidBufferSizeOrIndex = "Buffer offset '{1}' plus the bytes available '{0}' is greater than the length of the passed in buffer.";
422 public const string SQL_InvalidDataLength = "Data length '{0}' is less than 0.";
423 public const string SqlMisc_NullString = "Null";
424 public const string SqlMisc_MessageString = "Message";
425 public const string SqlMisc_ArithOverflowMessage = "Arithmetic Overflow.";
426 public const string SqlMisc_DivideByZeroMessage = "Divide by zero error encountered.";
427 public const string SqlMisc_NullValueMessage = "Data is Null. This method or property cannot be called on Null values.";
428 public const string SqlMisc_TruncationMessage = "Numeric arithmetic causes truncation.";
429 public const string SqlMisc_DateTimeOverflowMessage = "SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM.";
430 public const string SqlMisc_ConcatDiffCollationMessage = "Two strings to be concatenated have different collation.";
431 public const string SqlMisc_CompareDiffCollationMessage = "Two strings to be compared have different collation.";
432 public const string SqlMisc_InvalidFlagMessage = "Invalid flag value.";
433 public const string SqlMisc_NumeToDecOverflowMessage = "Conversion from SqlDecimal to Decimal overflows.";
434 public const string SqlMisc_ConversionOverflowMessage = "Conversion overflows.";
435 public const string SqlMisc_InvalidDateTimeMessage = "Invalid SqlDateTime.";
436 public const string SqlMisc_TimeZoneSpecifiedMessage = "A time zone was specified. SqlDateTime does not support time zones.";
437 public const string SqlMisc_InvalidArraySizeMessage = "Invalid array size.";
438 public const string SqlMisc_InvalidPrecScaleMessage = "Invalid numeric precision/scale.";
439 public const string SqlMisc_FormatMessage = "The input wasn't in a correct format.";
440 public const string SqlMisc_SqlTypeMessage = "SqlType error.";
441 public const string SqlMisc_NoBufferMessage = "There is no buffer. Read or write operation failed.";
442 public const string SqlMisc_BufferInsufficientMessage = "The buffer is insufficient. Read or write operation failed.";
443 public const string SqlMisc_WriteNonZeroOffsetOnNullMessage = "Cannot write to non-zero offset, because current value is Null.";
444 public const string SqlMisc_WriteOffsetLargerThanLenMessage = "Cannot write from an offset that is larger than current length. It would leave uninitialized data in the buffer.";
445 public const string SqlMisc_NotFilledMessage = "SQL Type has not been loaded with data.";
446 public const string SqlMisc_AlreadyFilledMessage = "SQL Type has already been loaded with data.";
447 public const string SqlMisc_ClosedXmlReaderMessage = "Invalid attempt to access a closed XmlReader.";
448 public const string SqlMisc_InvalidOpStreamClosed = "Invalid attempt to call {0} when the stream is closed.";
449 public const string SqlMisc_InvalidOpStreamNonWritable = "Invalid attempt to call {0} when the stream non-writable.";
450 public const string SqlMisc_InvalidOpStreamNonReadable = "Invalid attempt to call {0} when the stream non-readable.";
451 public const string SqlMisc_InvalidOpStreamNonSeekable = "Invalid attempt to call {0} when the stream is non-seekable.";
452 public const string ADP_DBConcurrencyExceptionMessage = "DB concurrency violation.";
453 public const string ADP_InvalidMaxRecords = "The MaxRecords value of {0} is invalid; the value must be >= 0.";
454 public const string ADP_CollectionIndexInt32 = "Invalid index {0} for this {1} with Count={2}.";
455 public const string ADP_MissingTableMappingDestination = "Missing TableMapping when TableMapping.DataSetTable='{0}'.";
456 public const string ADP_InvalidStartRecord = "The StartRecord value of {0} is invalid; the value must be >= 0.";
457 public const string DataDom_EnforceConstraintsShouldBeOff = "Please set DataSet.EnforceConstraints == false before trying to edit XmlDataDocument using XML operations.";
458 public const string DataColumns_RemoveExpression = "Cannot remove this column, because it is part of an expression: {0} = {1}.";
459 public const string DataRow_RowInsertTwice = "The rowOrder value={0} has been found twice for table named '{1}'.";
460 public const string Xml_ElementTypeNotFound = "Cannot find ElementType name='{0}'.";
461 public const string ADP_ConnectionAlreadyOpen = "The connection was not closed. {0}";
462 public const string ADP_InternalConnectionError = "Internal DbConnection Error: {0}";
463 public const string ADP_InvalidOffsetValue = "Invalid parameter Offset value '{0}'. The value must be greater than or equal to 0.";
464 public const string ADP_TransactionPresent = "Connection currently has transaction enlisted. Finish current transaction and retry.";
465 public const string ADP_LocalTransactionPresent = "Cannot enlist in the transaction because a local transaction is in progress on the connection. Finish local transaction and retry.";
466 public const string ADP_NoConnectionString = "The ConnectionString property has not been initialized.";
467 public const string ADP_OpenConnectionPropertySet = "Not allowed to change the '{0}' property. {1}";
468 public const string ADP_PendingAsyncOperation = "Can not start another operation while there is an asynchronous operation pending.";
469 public const string ADP_PooledOpenTimeout = "Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.";
470 public const string ADP_NonPooledOpenTimeout = "Timeout attempting to open the connection. The time period elapsed prior to attempting to open the connection has been exceeded. This may have occurred because of too many simultaneous non-pooled connection attempts.";
471 public const string ADP_SingleValuedProperty = "The only acceptable value for the property '{0}' is '{1}'.";
472 public const string ADP_DoubleValuedProperty = "The acceptable values for the property '{0}' are '{1}' or '{2}'.";
473 public const string ADP_InvalidPrefixSuffix = "Specified QuotePrefix and QuoteSuffix values do not match.";
474 public const string Arg_ArrayPlusOffTooSmall = "Destination array is not long enough to copy all the items in the collection. Check array index and length.";
475 public const string Arg_RankMultiDimNotSupported = "Only single dimensional arrays are supported for the requested action.";
476 public const string Arg_RemoveArgNotFound = "Cannot remove the specified item because it was not found in the specified Collection.";
477 public const string ArgumentOutOfRange_NeedNonNegNum = "Non-negative number required.";
478 public const string ADP_DeriveParametersNotSupported = "{0} DeriveParameters only supports CommandType.StoredProcedure, not CommandType.{1}.";
479 public const string ADP_NoStoredProcedureExists = "The stored procedure '{0}' doesn't exist.";
480 public const string ADP_MissingConnectionOptionValue = "Use of key '{0}' requires the key '{1}' to be present.";
481 public const string ADP_InvalidConnectionOptionValueLength = "The value's length for key '{0}' exceeds it's limit of '{1}'.";
482 public const string SQL_SqlCommandCommandText = "SqlCommand.DeriveParameters failed because the SqlCommand.CommandText property value is an invalid multipart name";
483 public const string SQL_BatchedUpdatesNotAvailableOnContextConnection = "Batching updates is not supported on the context connection.";
484 public const string SQL_BulkCopyDestinationTableName = "SqlBulkCopy.WriteToServer failed because the SqlBulkCopy.DestinationTableName is an invalid multipart name";
485 public const string SQL_TDSParserTableName = "Processing of results from SQL Server failed because of an invalid multipart name";
486 public const string SQL_TypeName = "SqlParameter.TypeName is an invalid multipart name";
487 public const string SQLMSF_FailoverPartnerNotSupported = "Connecting to a mirrored SQL Server instance using the MultiSubnetFailover connection option is not supported.";
488 public const string SQL_NotSupportedEnumerationValue = "The {0} enumeration value, {1}, is not supported by the .Net Framework SqlClient Data Provider.";
489 public const string ADP_CommandTextRequired = "{0}: CommandText property has not been initialized";
490 public const string ADP_ConnectionRequired = "{0}: Connection property has not been initialized.";
491 public const string ADP_OpenConnectionRequired = "{0} requires an open and available Connection. {1}";
492 public const string ADP_TransactionConnectionMismatch = "The transaction is either not associated with the current connection or has been completed.";
493 public const string ADP_TransactionRequired = "{0} requires the command to have a transaction when the connection assigned to the command is in a pending local transaction. The Transaction property of the command has not been initialized.";
494 public const string ADP_OpenReaderExists = "There is already an open DataReader associated with this Command which must be closed first.";
495 public const string ADP_CalledTwice = "The method '{0}' cannot be called more than once for the same execution.";
496 public const string ADP_InvalidCommandTimeout = "Invalid CommandTimeout value {0}; the value must be >= 0.";
497 public const string ADP_UninitializedParameterSize = "{1}[{0}]: the Size property has an invalid size of 0.";
498 public const string ADP_PrepareParameterType = "{0}.Prepare method requires all parameters to have an explicitly set type.";
499 public const string ADP_PrepareParameterSize = "{0}.Prepare method requires all variable length parameters to have an explicitly set non-zero Size.";
500 public const string ADP_PrepareParameterScale = "{0}.Prepare method requires parameters of type '{1}' have an explicitly set Precision and Scale.";
501 public const string ADP_MismatchedAsyncResult = "Mismatched end method call for asyncResult. Expected call to {0} but {1} was called instead.";
502 public const string ADP_ClosedConnectionError = "Invalid operation. The connection is closed.";
503 public const string ADP_ConnectionIsDisabled = "The connection has been disabled.";
504 public const string ADP_EmptyDatabaseName = "Database cannot be null, the empty string, or string of only whitespace.";
505 public const string ADP_NonSequentialColumnAccess = "Invalid attempt to read from column ordinal '{0}'. With CommandBehavior.SequentialAccess, you may only read from column ordinal '{1}' or greater.";
506 public const string ADP_InvalidDataType = "The parameter data type of {0} is invalid.";
507 public const string ADP_UnknownDataType = "No mapping exists from object type {0} to a known managed provider native type.";
508 public const string ADP_DbTypeNotSupported = "No mapping exists from DbType {0} to a known {1}.";
509 public const string ADP_VersionDoesNotSupportDataType = "The version of SQL Server in use does not support datatype '{0}'.";
510 public const string ADP_ParameterValueOutOfRange = "Parameter value '{0}' is out of range.";
511 public const string ADP_BadParameterName = "Specified parameter name '{0}' is not valid.";
512 public const string ADP_InvalidSizeValue = "Invalid parameter Size value '{0}'. The value must be greater than or equal to 0.";
513 public const string ADP_NegativeParameter = "Invalid value for argument '{0}'. The value must be greater than or equal to 0.";
514 public const string ADP_InvalidMetaDataValue = "Invalid value for this metadata.";
515 public const string ADP_ParameterConversionFailed = "Failed to convert parameter value from a {0} to a {1}.";
516 public const string ADP_ParallelTransactionsNotSupported = "{0} does not support parallel transactions.";
517 public const string ADP_TransactionZombied = "This {0} has completed; it is no longer usable.";
518 public const string ADP_InvalidDataLength2 = "Specified length '{0}' is out of range.";
519 public const string ADP_NonSeqByteAccess = "Invalid {2} attempt at dataIndex '{0}'. With CommandBehavior.SequentialAccess, you may only read from dataIndex '{1}' or greater.";
520 public const string ADP_InvalidMinMaxPoolSizeValues = "Invalid min or max pool size values, min pool size cannot be greater than the max pool size.";
521 public const string SQL_InvalidPacketSizeValue = "Invalid 'Packet Size'. The value must be an integer >= 512 and <= 32768.";
522 public const string SQL_NullEmptyTransactionName = "Invalid transaction or invalid name for a point at which to save within the transaction.";
523 public const string SQL_UserInstanceFailoverNotCompatible = "User Instance and Failover are not compatible options. Please choose only one of the two in the connection string.";
524 public const string SQL_EncryptionNotSupportedByClient = "The instance of SQL Server you attempted to connect to requires encryption but this machine does not support it.";
525 public const string SQL_EncryptionNotSupportedByServer = "The instance of SQL Server you attempted to connect to does not support encryption.";
526 public const string SQL_InvalidSQLServerVersionUnknown = "Unsupported SQL Server version. The .Net Framework SqlClient Data Provider can only be used with SQL Server versions 7.0 and later.";
527 public const string SQL_CannotModifyPropertyAsyncOperationInProgress = "{0} cannot be changed while async operation is in progress.";
528 public const string SQL_InstanceFailure = "Instance failure.";
529 public const string SQL_InvalidPartnerConfiguration = "Server {0}, database {1} is not configured for database mirroring.";
530 public const string SQL_MarsUnsupportedOnConnection = "The connection does not support MultipleActiveResultSets.";
531 public const string SQL_NonLocalSSEInstance = "SSE Instance re-direction is not supported for non-local user instances.";
532 public const string SQL_PendingBeginXXXExists = "The command execution cannot proceed due to a pending asynchronous operation already in progress.";
533 public const string SQL_NonXmlResult = "Invalid command sent to ExecuteXmlReader. The command must return an Xml result.";
534 public const string SQL_InvalidParameterTypeNameFormat = "Invalid 3 part name format for TypeName.";
535 public const string SQL_InvalidParameterNameLength = "The length of the parameter '{0}' exceeds the limit of 128 characters.";
536 public const string SQL_PrecisionValueOutOfRange = "Precision value '{0}' is either less than 0 or greater than the maximum allowed precision of 38.";
537 public const string SQL_ScaleValueOutOfRange = "Scale value '{0}' is either less than 0 or greater than the maximum allowed scale of 38.";
538 public const string SQL_TimeScaleValueOutOfRange = "Scale value '{0}' is either less than 0 or greater than the maximum allowed scale of 7.";
539 public const string SQL_ParameterInvalidVariant = "Parameter '{0}' exceeds the size limit for the sql_variant datatype.";
540 public const string SQL_ParameterTypeNameRequired = "The {0} type parameter '{1}' must have a valid type name.";
541 public const string SQL_InvalidInternalPacketSize = "Invalid internal packet size:";
542 public const string SQL_InvalidTDSVersion = "The SQL Server instance returned an invalid or unsupported protocol version during login negotiation.";
543 public const string SQL_InvalidTDSPacketSize = "Invalid Packet Size.";
544 public const string SQL_ParsingError = "Internal connection fatal error.";
545 public const string SQL_ConnectionLockedForBcpEvent = "The connection cannot be used because there is an ongoing operation that must be finished.";
546 public const string SQL_SNIPacketAllocationFailure = "Memory allocation for internal connection failed.";
547 public const string SQL_SmallDateTimeOverflow = "SqlDbType.SmallDateTime overflow. Value '{0}' is out of range. Must be between 1/1/1900 12:00:00 AM and 6/6/2079 11:59:59 PM.";
548 public const string SQL_TimeOverflow = "SqlDbType.Time overflow. Value '{0}' is out of range. Must be between 00:00:00.0000000 and 23:59:59.9999999.";
549 public const string SQL_MoneyOverflow = "SqlDbType.SmallMoney overflow. Value '{0}' is out of range. Must be between -214,748.3648 and 214,748.3647.";
550 public const string SQL_CultureIdError = "The Collation specified by SQL Server is not supported.";
551 public const string SQL_OperationCancelled = "Operation cancelled by user.";
552 public const string SQL_SevereError = "A severe error occurred on the current command. The results, if any, should be discarded.";
553 public const string SQL_SSPIGenerateError = "Failed to generate SSPI context.";
554 public const string SQL_KerberosTicketMissingError = "Cannot access Kerberos ticket. Ensure Kerberos has been initialized with 'kinit'.";
555 public const string SQL_SqlServerBrowserNotAccessible = "Cannot connect to SQL Server Browser. Ensure SQL Server Browser has been started.";
556 public const string SQL_InvalidSSPIPacketSize = "Invalid SSPI packet size.";
557 public const string SQL_SSPIInitializeError = "Cannot initialize SSPI package.";
558 public const string SQL_Timeout = "Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.";
559 public const string SQL_Timeout_PreLogin_Begin = "Connection Timeout Expired. The timeout period elapsed at the start of the pre-login phase. This could be because of insufficient time provided for connection timeout.";
560 public const string SQL_Timeout_PreLogin_InitializeConnection = "Connection Timeout Expired. The timeout period elapsed while attempting to create and initialize a socket to the server. This could be either because the server was unreachable or unable to respond back in time.";
561 public const string SQL_Timeout_PreLogin_SendHandshake = "Connection Timeout Expired. The timeout period elapsed while making a pre-login handshake request. This could be because the server was unable to respond back in time.";
562 public const string SQL_Timeout_PreLogin_ConsumeHandshake = "Connection Timeout Expired. The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement. This could be because the pre-login handshake failed or the server was unable to respond back in time.";
563 public const string SQL_Timeout_Login_Begin = "Connection Timeout Expired. The timeout period elapsed at the start of the login phase. This could be because of insufficient time provided for connection timeout.";
564 public const string SQL_Timeout_Login_ProcessConnectionAuth = "Connection Timeout Expired. The timeout period elapsed while attempting to authenticate the login. This could be because the server failed to authenticate the user or the server was unable to respond back in time.";
565 public const string SQL_Timeout_PostLogin = "Connection Timeout Expired. The timeout period elapsed during the post-login phase. The connection could have timed out while waiting for server to complete the login process and respond; Or it could have timed out while attempting to create multiple active connections.";
566 public const string SQL_Timeout_FailoverInfo = "This failure occurred while attempting to connect to the {0} server.";
567 public const string SQL_Timeout_RoutingDestinationInfo = "This failure occurred while attempting to connect to the routing destination. The duration spent while attempting to connect to the original server was - [Pre-Login] initialization={0}; handshake={1}; [Login] initialization={2}; authentication={3}; [Post-Login] complete={4}; ";
568 public const string SQL_Duration_PreLogin_Begin = "The duration spent while attempting to connect to this server was - [Pre-Login] initialization={0};";
569 public const string SQL_Duration_PreLoginHandshake = "The duration spent while attempting to connect to this server was - [Pre-Login] initialization={0}; handshake={1}; ";
570 public const string SQL_Duration_Login_Begin = "The duration spent while attempting to connect to this server was - [Pre-Login] initialization={0}; handshake={1}; [Login] initialization={2}; ";
571 public const string SQL_Duration_Login_ProcessConnectionAuth = "The duration spent while attempting to connect to this server was - [Pre-Login] initialization={0}; handshake={1}; [Login] initialization={2}; authentication={3}; ";
572 public const string SQL_Duration_PostLogin = "The duration spent while attempting to connect to this server was - [Pre-Login] initialization={0}; handshake={1}; [Login] initialization={2}; authentication={3}; [Post-Login] complete={4}; ";
573 public const string SQL_UserInstanceFailure = "A user instance was requested in the connection string but the server specified does not support this option.";
574 public const string SQL_InvalidRead = "Invalid attempt to read when no data is present.";
575 public const string SQL_NonBlobColumn = "Invalid attempt to GetBytes on column '{0}'. The GetBytes function can only be used on columns of type Text, NText, or Image.";
576 public const string SQL_NonCharColumn = "Invalid attempt to GetChars on column '{0}'. The GetChars function can only be used on columns of type Text, NText, Xml, VarChar or NVarChar.";
577 public const string SQL_StreamNotSupportOnColumnType = "Invalid attempt to GetStream on column '{0}'. The GetStream function can only be used on columns of type Binary, Image, Udt or VarBinary.";
578 public const string SQL_TextReaderNotSupportOnColumnType = "Invalid attempt to GetTextReader on column '{0}'. The GetTextReader function can only be used on columns of type Char, NChar, NText, NVarChar, Text or VarChar.";
579 public const string SQL_XmlReaderNotSupportOnColumnType = "Invalid attempt to GetXmlReader on column '{0}'. The GetXmlReader function can only be used on columns of type Xml.";
580 public const string SqlDelegatedTransaction_PromotionFailed = "Failure while attempting to promote transaction.";
581 public const string SQL_BulkLoadMappingInaccessible = "The mapped collection is in use and cannot be accessed at this time;";
582 public const string SQL_BulkLoadMappingsNamesOrOrdinalsOnly = "Mappings must be either all name or all ordinal based.";
583 public const string SQL_BulkLoadCannotConvertValue = "The given value of type {0} from the data source cannot be converted to type {1} of the specified target column.";
584 public const string SQL_BulkLoadNonMatchingColumnMapping = "The given ColumnMapping does not match up with any column in the source or destination.";
585 public const string SQL_BulkLoadNonMatchingColumnName = "The given ColumnName '{0}' does not match up with any column in data source.";
586 public const string SQL_BulkLoadStringTooLong = "String or binary data would be truncated.";
587 public const string SQL_BulkLoadInvalidTimeout = "Timeout Value '{0}' is less than 0.";
588 public const string SQL_BulkLoadInvalidVariantValue = "Value cannot be converted to SqlVariant.";
589 public const string SQL_BulkLoadExistingTransaction = "Unexpected existing transaction.";
590 public const string SQL_BulkLoadNoCollation = "Failed to obtain column collation information for the destination table. If the table is not in the current database the name must be qualified using the database name (e.g. [mydb]..[mytable](e.g. [mydb]..[mytable]); this also applies to temporary-tables (e.g. #mytable would be specified as tempdb..#mytable).";
591 public const string SQL_BulkLoadConflictingTransactionOption = "Must not specify SqlBulkCopyOption.UseInternalTransaction and pass an external Transaction at the same time.";
592 public const string SQL_BulkLoadInvalidOperationInsideEvent = "Function must not be called during event.";
593 public const string SQL_BulkLoadMissingDestinationTable = "The DestinationTableName property must be set before calling this method.";
594 public const string SQL_BulkLoadInvalidDestinationTable = "Cannot access destination table '{0}'.";
595 public const string SQL_BulkLoadNotAllowDBNull = "Column '{0}' does not allow DBNull.Value.";
596 public const string Sql_BulkLoadLcidMismatch = "The locale id '{0}' of the source column '{1}' and the locale id '{2}' of the destination column '{3}' do not match.";
597 public const string SQL_BulkLoadPendingOperation = "Attempt to invoke bulk copy on an object that has a pending operation.";
598 public const string SQL_CannotGetDTCAddress = "Unable to get the address of the distributed transaction coordinator for the server, from the server. Is DTC enabled on the server?";
599 public const string SQL_ConnectionDoomed = "The requested operation cannot be completed because the connection has been broken.";
600 public const string SQL_OpenResultCountExceeded = "Open result count exceeded.";
601 public const string SQL_StreamWriteNotSupported = "The Stream does not support writing.";
602 public const string SQL_StreamReadNotSupported = "The Stream does not support reading.";
603 public const string SQL_StreamSeekNotSupported = "The Stream does not support seeking.";
604 public const string SQL_ExClientConnectionId = "ClientConnectionId:{0}";
605 public const string SQL_ExErrorNumberStateClass = "Error Number:{0},State:{1},Class:{2}";
606 public const string SQL_ExOriginalClientConnectionId = "ClientConnectionId before routing:{0}";
607 public const string SQL_ExRoutingDestination = "Routing Destination:{0}";
608 public const string SQL_UnsupportedSysTxVersion = "The currently loaded System.Transactions.dll does not support Global Transactions.";
609 public const string SqlMisc_StreamErrorMessage = "An error occurred while reading.";
610 public const string SqlMisc_TruncationMaxDataMessage = "Data returned is larger than 2Gb in size. Use SequentialAccess command behavior in order to get all of the data.";
611 public const string SqlMisc_SubclassMustOverride = "Subclass did not override a required method.";
612 public const string Sql_InternalError = "Internal Error";
613 public const string ADP_OperationAborted = "Operation aborted.";
614 public const string ADP_OperationAbortedExceptionMessage = "Operation aborted due to an exception (see InnerException for details).";
615 public const string ADP_TransactionCompletedButNotDisposed = "The transaction associated with the current connection has completed but has not been disposed. The transaction must be disposed before the connection can be used to execute SQL statements.";
616 public const string SqlParameter_UnsupportedTVPOutputParameter = "ParameterDirection '{0}' specified for parameter '{1}' is not supported. Table-valued parameters only support ParameterDirection.Input.";
617 public const string SqlParameter_DBNullNotSupportedForTVP = "DBNull value for parameter '{0}' is not supported. Table-valued parameters cannot be DBNull.";
618 public const string SqlParameter_UnexpectedTypeNameForNonStruct = "TypeName specified for parameter '{0}'. TypeName must only be set for Structured parameters.";
619 public const string NullSchemaTableDataTypeNotSupported = "DateType column for field '{0}' in schema table is null. DataType must be non-null.";
620 public const string InvalidSchemaTableOrdinals = "Invalid column ordinals in schema table. ColumnOrdinals, if present, must not have duplicates or gaps.";
621 public const string SQL_EnumeratedRecordMetaDataChanged = "Metadata for field '{0}' of record '{1}' did not match the original record's metadata.";
622 public const string SQL_EnumeratedRecordFieldCountChanged = "Number of fields in record '{0}' does not match the number in the original record.";
623 public const string GT_Disabled = "Global Transactions are not enabled for this Azure SQL Database. Please contact Azure SQL Database support for assistance.";
624 public const string SQL_UnknownSysTxIsolationLevel = "Unrecognized System.Transactions.IsolationLevel enumeration value: {0}.";
625 public const string SQLNotify_AlreadyHasCommand = "This SqlCommand object is already associated with another SqlDependency object.";
626 public const string SqlDependency_DatabaseBrokerDisabled = "The SQL Server Service Broker for the current database is not enabled, and as a result query notifications are not supported. Please enable the Service Broker for this database if you wish to use notifications.";
627 public const string SqlDependency_DefaultOptionsButNoStart = "When using SqlDependency without providing an options value, SqlDependency.Start() must be called prior to execution of a command added to the SqlDependency instance.";
628 public const string SqlDependency_NoMatchingServerStart = "When using SqlDependency without providing an options value, SqlDependency.Start() must be called for each server that is being executed against.";
629 public const string SqlDependency_NoMatchingServerDatabaseStart = "SqlDependency.Start has been called for the server the command is executing against more than once, but there is no matching server/user/database Start() call for current command.";
630 public const string SqlDependency_EventNoDuplicate = "SqlDependency.OnChange does not support multiple event registrations for the same delegate.";
631 public const string SqlDependency_IdMismatch = "No SqlDependency exists for the key.";
632 public const string SqlDependency_InvalidTimeout = "Timeout specified is invalid. Timeout cannot be < 0.";
633 public const string SqlDependency_DuplicateStart = "SqlDependency does not support calling Start() with different connection strings having the same server, user, and database in the same app domain.";
634 public const string SqlMetaData_InvalidSqlDbTypeForConstructorFormat = "The dbType {0} is invalid for this constructor.";
635 public const string SqlMetaData_NameTooLong = "The name is too long.";
636 public const string SqlMetaData_SpecifyBothSortOrderAndOrdinal = "The sort order and ordinal must either both be specified, or neither should be specified (SortOrder.Unspecified and -1). The values given were: order = {0}, ordinal = {1}.";
637 public const string SqlProvider_InvalidDataColumnType = "The type of column '{0}' is not supported. The type is '{1}'";
638 public const string SqlProvider_NotEnoughColumnsInStructuredType = "There are not enough fields in the Structured type. Structured types must have at least one field.";
639 public const string SqlProvider_DuplicateSortOrdinal = "The sort ordinal {0} was specified twice.";
640 public const string SqlProvider_MissingSortOrdinal = "The sort ordinal {0} was not specified.";
641 public const string SqlProvider_SortOrdinalGreaterThanFieldCount = "The sort ordinal {0} on field {1} exceeds the total number of fields.";
642 public const string IEnumerableOfSqlDataRecordHasNoRows = "There are no records in the SqlDataRecord enumeration. To send a table-valued parameter with no rows, use a null reference for the value instead.";
643 public const string SNI_ERROR_1 = "I/O Error detected in read/write operation";
644 public const string SNI_ERROR_2 = "Connection was terminated";
645 public const string SNI_ERROR_3 = "Asynchronous operations not supported";
646 public const string SNI_ERROR_5 = "Invalid parameter(s) found";
647 public const string SNI_ERROR_6 = "Unsupported protocol specified";
648 public const string SNI_ERROR_7 = "Invalid connection found when setting up new session protocol";
649 public const string SNI_ERROR_8 = "Protocol not supported";
650 public const string SNI_ERROR_9 = "Associating port with I/O completion mechanism failed";
651 public const string SNI_ERROR_11 = "Timeout error";
652 public const string SNI_ERROR_12 = "No server name supplied";
653 public const string SNI_ERROR_13 = "TerminateListener() has been called";
654 public const string SNI_ERROR_14 = "Win9x not supported";
655 public const string SNI_ERROR_15 = "Function not supported";
656 public const string SNI_ERROR_16 = "Shared-Memory heap error";
657 public const string SNI_ERROR_17 = "Cannot find an ip/ipv6 type address to connect";
658 public const string SNI_ERROR_18 = "Connection has been closed by peer";
659 public const string SNI_ERROR_19 = "Physical connection is not usable";
660 public const string SNI_ERROR_20 = "Connection has been closed";
661 public const string SNI_ERROR_21 = "Encryption is enforced but there is no valid certificate";
662 public const string SNI_ERROR_22 = "Couldn't load library";
663 public const string SNI_ERROR_23 = "Cannot open a new thread in server process";
664 public const string SNI_ERROR_24 = "Cannot post event to completion port";
665 public const string SNI_ERROR_25 = "Connection string is not valid";
666 public const string SNI_ERROR_26 = "Error Locating Server/Instance Specified";
667 public const string SNI_ERROR_27 = "Error getting enabled protocols list from registry";
668 public const string SNI_ERROR_28 = "Server doesn't support requested protocol";
669 public const string SNI_ERROR_29 = "Shared Memory is not supported for clustered server connectivity";
670 public const string SNI_ERROR_30 = "Invalid attempt bind to shared memory segment";
671 public const string SNI_ERROR_31 = "Encryption(ssl/tls) handshake failed";
672 public const string SNI_ERROR_32 = "Packet size too large for SSL Encrypt/Decrypt operations";
673 public const string SNI_ERROR_33 = "SSRP error";
674 public const string SNI_ERROR_34 = "Could not connect to the Shared Memory pipe";
675 public const string SNI_ERROR_35 = "An internal exception was caught";
676 public const string SNI_ERROR_36 = "The Shared Memory dll used to connect to SQL Server 2000 was not found";
677 public const string SNI_ERROR_37 = "The SQL Server 2000 Shared Memory client dll appears to be invalid/corrupted";
678 public const string SNI_ERROR_38 = "Cannot open a Shared Memory connection to SQL Server 2000";
679 public const string SNI_ERROR_39 = "Shared memory connectivity to SQL Server 2000 is either disabled or not available on this machine";
680 public const string SNI_ERROR_40 = "Could not open a connection to SQL Server";
681 public const string SNI_ERROR_41 = "Cannot open a Shared Memory connection to a remote SQL server";
682 public const string SNI_ERROR_42 = "Could not establish dedicated administrator connection (DAC) on default port. Make sure that DAC is enabled";
683 public const string SNI_ERROR_43 = "An error occurred while obtaining the dedicated administrator connection (DAC) port. Make sure that SQL Browser is running, or check the error log for the port number";
684 public const string SNI_ERROR_44 = "Could not compose Service Principal Name (SPN) for Windows Integrated Authentication. Possible causes are server(s) incorrectly specified to connection API calls, Domain Name System (DNS) lookup failure or memory shortage";
685 public const string SNI_ERROR_47 = "Connecting with the MultiSubnetFailover connection option to a SQL Server instance configured with more than 64 IP addresses is not supported.";
686 public const string SNI_ERROR_48 = "Connecting to a named SQL Server instance using the MultiSubnetFailover connection option is not supported.";
687 public const string SNI_ERROR_49 = "Connecting to a SQL Server instance using the MultiSubnetFailover connection option is only supported when using the TCP protocol.";
688 public const string SNI_ERROR_50 = "Local Database Runtime error occurred. ";
689 public const string SNI_ERROR_51 = "An instance name was not specified while connecting to a Local Database Runtime. Specify an instance name in the format (localdb)\\instance_name.";
690 public const string SNI_ERROR_52 = "Unable to locate a Local Database Runtime installation. Verify that SQL Server Express is properly installed and that the Local Database Runtime feature is enabled.";
691 public const string SNI_ERROR_53 = "Invalid Local Database Runtime registry configuration found. Verify that SQL Server Express is properly installed.";
692 public const string SNI_ERROR_54 = "Unable to locate the registry entry for SQLUserInstance.dll file path. Verify that the Local Database Runtime feature of SQL Server Express is properly installed.";
693 public const string SNI_ERROR_55 = "Registry value contains an invalid SQLUserInstance.dll file path. Verify that the Local Database Runtime feature of SQL Server Express is properly installed.";
694 public const string SNI_ERROR_56 = "Unable to load the SQLUserInstance.dll from the location specified in the registry. Verify that the Local Database Runtime feature of SQL Server Express is properly installed.";
695 public const string SNI_ERROR_57 = "Invalid SQLUserInstance.dll found at the location specified in the registry. Verify that the Local Database Runtime feature of SQL Server Express is properly installed.";
696 public const string Snix_Connect = "A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections.";
697 public const string Snix_PreLoginBeforeSuccessfulWrite = "The client was unable to establish a connection because of an error during connection initialization process before login. Possible causes include the following: the client tried to connect to an unsupported version of SQL Server; the server was too busy to accept new connections; or there was a resource limitation (insufficient memory or maximum allowed connections) on the server.";
698 public const string Snix_PreLogin = "A connection was successfully established with the server, but then an error occurred during the pre-login handshake.";
699 public const string Snix_LoginSspi = "A connection was successfully established with the server, but then an error occurred when obtaining the security/SSPI context information for integrated security login.";
700 public const string Snix_Login = "A connection was successfully established with the server, but then an error occurred during the login process.";
701 public const string Snix_EnableMars = "Connection open and login was successful, but then an error occurred while enabling MARS for this connection.";
702 public const string Snix_AutoEnlist = "Connection open and login was successful, but then an error occurred while enlisting the connection into the current distributed transaction.";
703 public const string Snix_GetMarsSession = "Failed to establish a MARS session in preparation to send the request to the server.";
704 public const string Snix_Execute = "A transport-level error has occurred when sending the request to the server.";
705 public const string Snix_Read = "A transport-level error has occurred when receiving results from the server.";
706 public const string Snix_Close = "A transport-level error has occurred during connection clean-up.";
707 public const string Snix_SendRows = "A transport-level error has occurred while sending information to the server.";
708 public const string Snix_ProcessSspi = "A transport-level error has occurred during SSPI handshake.";
709 public const string LocalDB_FailedGetDLLHandle = "Local Database Runtime: Cannot load SQLUserInstance.dll.";
710 public const string LocalDB_MethodNotFound = "Invalid SQLUserInstance.dll found at the location specified in the registry. Verify that the Local Database Runtime feature of SQL Server Express is properly installed.";
711 public const string LocalDB_UnobtainableMessage = "Cannot obtain Local Database Runtime error message";
712 public const string SQLROR_RecursiveRoutingNotSupported = "Two or more redirections have occurred. Only one redirection per login is allowed.";
713 public const string SQLROR_FailoverNotSupported = "Connecting to a mirrored SQL Server instance using the ApplicationIntent ReadOnly connection option is not supported.";
714 public const string SQLROR_UnexpectedRoutingInfo = "Unexpected routing information received.";
715 public const string SQLROR_InvalidRoutingInfo = "Invalid routing information received.";
716 public const string SQLROR_TimeoutAfterRoutingInfo = "Server provided routing information, but timeout already expired.";
717 public const string SQLCR_InvalidConnectRetryCountValue = "Invalid ConnectRetryCount value (should be 0-255).";
718 public const string SQLCR_InvalidConnectRetryIntervalValue = "Invalid ConnectRetryInterval value (should be 1-60).";
719 public const string SQLCR_NextAttemptWillExceedQueryTimeout = "Next reconnection attempt will exceed query timeout. Reconnection was terminated.";
720 public const string SQLCR_EncryptionChanged = "The server did not preserve SSL encryption during a recovery attempt, connection recovery is not possible.";
721 public const string SQLCR_TDSVestionNotPreserved = "The server did not preserve the exact client TDS version requested during a recovery attempt, connection recovery is not possible.";
722 public const string SQLCR_AllAttemptsFailed = "The connection is broken and recovery is not possible. The client driver attempted to recover the connection one or more times and all attempts failed. Increase the value of ConnectRetryCount to increase the number of recovery attempts.";
723 public const string SQLCR_UnrecoverableServer = "The connection is broken and recovery is not possible. The connection is marked by the server as unrecoverable. No attempt was made to restore the connection.";
724 public const string SQLCR_UnrecoverableClient = "The connection is broken and recovery is not possible. The connection is marked by the client driver as unrecoverable. No attempt was made to restore the connection.";
725 public const string SQLCR_NoCRAckAtReconnection = "The server did not acknowledge a recovery attempt, connection recovery is not possible.";
726 public const string SQL_UnsupportedKeyword = "The keyword '{0}' is not supported on this platform.";
727 public const string SQL_UnsupportedFeature = "The server is attempting to use a feature that is not supported on this platform.";
728 public const string SQL_UnsupportedToken = "Received an unsupported token '{0}' while reading data from the server.";
729 public const string SQL_DbTypeNotSupportedOnThisPlatform = "Type {0} is not supported on this platform.";
730 public const string SQL_NetworkLibraryNotSupported = "The keyword 'Network Library' is not supported on this platform, prefix the 'Data Source' with the protocol desired instead ('tcp:' for a TCP connection, or 'np:' for a Named Pipe connection).";
731 public const string SNI_PN0 = "HTTP Provider";
732 public const string SNI_PN1 = "Named Pipes Provider";
733 public const string SNI_PN2 = "Session Provider";
734 public const string SNI_PN3 = "Sign Provider";
735 public const string SNI_PN4 = "Shared Memory Provider";
736 public const string SNI_PN5 = "SMux Provider";
737 public const string SNI_PN6 = "SSL Provider";
738 public const string SNI_PN7 = "TCP Provider";
739 public const string SNI_PN8 = "";
740 public const string SNI_PN9 = "SQL Network Interfaces";
741 public const string AZURESQL_GenericEndpoint = ".database.windows.net";
742 public const string AZURESQL_GermanEndpoint = ".database.cloudapi.de";
743 public const string AZURESQL_UsGovEndpoint = ".database.usgovcloudapi.net";
744 public const string AZURESQL_ChinaEndpoint = ".database.chinacloudapi.cn";
745 public const string net_nego_channel_binding_not_supported = "No support for channel binding on operating systems other than Windows.";
746 public const string net_gssapi_operation_failed_detailed = "GSSAPI operation failed with error - {0} ({1}).";
747 public const string net_gssapi_operation_failed = "GSSAPI operation failed with status: {0} (Minor status: {1}).";
748 public const string net_ntlm_not_possible_default_cred = "NTLM authentication is not possible with default credentials on this platform.";
749 public const string net_nego_not_supported_empty_target_with_defaultcreds = "Target name should be non-empty if default credentials are passed.";
750 public const string net_nego_server_not_supported = "Server implementation is not supported.";
751 public const string net_nego_protection_level_not_supported = "Requested protection level is not supported with the GSSAPI implementation currently installed.";
752 public const string net_context_buffer_too_small = "Insufficient buffer space. Required: {0} Actual: {1}.";
753 public const string net_auth_message_not_encrypted = "Protocol error: A received message contains a valid signature but it was not encrypted as required by the effective Protection Level.";
754 public const string net_securitypackagesupport = "The requested security package is not supported.";
755 public const string net_log_operation_failed_with_error = "{0} failed with error {1}.";
756 public const string net_MethodNotImplementedException = "This method is not implemented by this class.";
757 public const string event_OperationReturnedSomething = "{0} returned {1}.";
758 public const string net_invalid_enum = "The specified value is not valid in the '{0}' enumeration.";
759 public const string SSPIInvalidHandleType = "'{0}' is not a supported handle type.";
760 public const string LocalDBNotSupported = "LocalDB is not supported on this platform.";
761 public const string PlatformNotSupported_DataSqlClient = "System.Data.SqlClient is not supported on this platform.";
762 public const string SqlParameter_InvalidTableDerivedPrecisionForTvp = "Precision '{0}' required to send all values in column '{1}' exceeds the maximum supported precision '{2}'. The values must all fit in a single precision.";
763 public const string SqlProvider_InvalidDataColumnMaxLength = "The size of column '{0}' is not supported. The size is {1}.";
764 public const string MDF_InvalidXmlInvalidValue = "The metadata XML is invalid. The {1} column of the {0} collection must contain a non-empty string.";
765 public const string MDF_CollectionNameISNotUnique = "There are multiple collections named '{0}'.";
766 public const string MDF_InvalidXmlMissingColumn = "The metadata XML is invalid. The {0} collection must contain a {1} column and it must be a string column.";
767 public const string MDF_InvalidXml = "The metadata XML is invalid.";
768 public const string MDF_NoColumns = "The schema table contains no columns.";
769 public const string MDF_QueryFailed = "Unable to build the '{0}' collection because execution of the SQL query failed. See the inner exception for details.";
770 public const string MDF_TooManyRestrictions = "More restrictions were provided than the requested schema ('{0}') supports.";
771 public const string MDF_DataTableDoesNotExist = "The collection '{0}' is missing from the metadata XML.";
772 public const string MDF_UndefinedCollection = "The requested collection ({0}) is not defined.";
773 public const string MDF_UnsupportedVersion = " requested collection ({0}) is not supported by this version of the provider.";
774 public const string MDF_MissingRestrictionColumn = "One or more of the required columns of the restrictions collection is missing.";
775 public const string MDF_MissingRestrictionRow = "A restriction exists for which there is no matching row in the restrictions collection.";
776 public const string MDF_IncorrectNumberOfDataSourceInformationRows = "The DataSourceInformation table must contain exactly one row.";
777 public const string MDF_MissingDataSourceInformationColumn = "One of the required DataSourceInformation tables columns is missing.";
778 public const string MDF_AmbigousCollectionName = "The collection name '{0}' matches at least two collections with the same name but with different case, but does not match any of them exactly.";
779 public const string MDF_UnableToBuildCollection = "Unable to build schema collection '{0}';";
780 public const string ADP_CollectionIsParent = "The {0} with is already contained by this {1}.";
781 public const string ADP_InvalidDataDirectory = "The DataDirectory substitute is not a string.";
782 public const string ADP_QuotePrefixNotSet = "{0} requires an open connection when the quote prefix has not been set.";
783 public const string MDF_InvalidRestrictionValue = "'{2}' is not a valid value for the '{1}' restriction of the '{0}' schema collection.";
784 public const string MDF_UndefinedPopulationMechanism = "The population mechanism '{0}' is not defined.";
785 public const string ODBC_ODBCCommandText = "OdbcCommandBuilder.DeriveParameters failed because the OdbcCommand.CommandText property value is an invalid multipart name";
786 public const string ODBC_NotSupportedEnumerationValue = "The {0} enumeration value, {1}, is not supported by the .Net Framework Odbc Data Provider.";
787 public const string ADP_DatabaseNameTooLong = "The argument is too long.";
788 public const string ADP_DataReaderNoData = "No data exists for the row/column.";
789 public const string ADP_NumericToDecimalOverflow = "The numerical value is too large to fit into a 96 bit decimal.";
790 public const string ADP_UnknownDataTypeCode = "Unable to handle an unknown TypeCode {0} returned by Type {1}.";
791 public const string ADP_DbRecordReadOnly = "'{0}' cannot be called when the record is read only.";
792 public const string ADP_OffsetOutOfRangeException = "Offset must refer to a location within the value.";
793 public const string ODBC_GetSchemaRestrictionRequired = "The ODBC managed provider requires that the TABLE_NAME restriction be specified and non-null for the GetSchema indexes collection.";
794 public const string ADP_OdbcNoTypesFromProvider = "The ODBC provider did not return results from SQLGETTYPEINFO.";
795 public const string OdbcConnection_ConnectionStringTooLong = "Connection string exceeds maximum allowed length of {0}.";
796 public const string Odbc_UnknownSQLType = "Unknown SQL type - {0}.";
797 public const string Odbc_NegativeArgument = "Invalid negative argument!";
798 public const string Odbc_CantSetPropertyOnOpenConnection = "Can't set property on an open connection.";
799 public const string Odbc_NoMappingForSqlTransactionLevel = "No valid mapping for a SQL_TRANSACTION '{0}' to a System.Data.IsolationLevel enumeration value.";
800 public const string Odbc_CantEnableConnectionpooling = "{0} - unable to enable connection pooling...";
801 public const string Odbc_CantAllocateEnvironmentHandle = "{0} - unable to allocate an environment handle.";
802 public const string Odbc_FailedToGetDescriptorHandle = "{0} - unable to get descriptor handle.";
803 public const string Odbc_NotInTransaction = "Not in a transaction";
804 public const string Odbc_ExceptionMessage = "{0} [{1}] {2}";
805 public const string Odbc_ConnectionClosed = "The connection is closed.";
806 public const string Odbc_OpenConnectionNoOwner = "An internal connection does not have an owner.";