Behavior
Data
Fill
InfoMessage
StateChange
Update
'elem' was not a permission element.
Invalid Xml; can only parse elements of version one.
Operation on type %0 attempted with target of wrong type.
The QuotePrefix and QuoteSuffix properties can't be changed once an Insert, Update, or Delete command has been generated.
The DataAdapter.SelectCommand property needs to be initialized.
The DataAdapter.SelectCommand.Connection property needs to be initialized;
The %0.%1 is required to be unique, '%2' already exists in the collection.
The %0 with %1 '%2' is already contained by another %3.
The %0 with %1 '%2' is already contained by this %3.
Attempted to remove an %0 that is not contained by this %1.
Invalid index %0 for this %1 with Count=%2.
An %0 with %1 '%2' is not contained by this %3.
The %0 only accepts non-null %1 type objects.
The %0 only accepts non-null %1 type objects, not %2 objects.
Unexpected null DataTable argument
The column mapping from SourceColumn '%0' failed because the DataColumn '%1' is a computed column.
Inconvertable type mismatch between SourceColumn '%0' of %1 and the DataColumn '%2' of %3.
Missing the DataColumn '%0' for the SourceColumn '%1'.
Missing the DataColumn '%0' in the DataTable '%1' for the SourceColumn '%2'.
SourceColumn is required to be a non-empty string.
Missing SourceColumn mapping for '%0'.
The %0 enumeration value, %1, is invalid.
Unexpected null DataSet argument.
Missing the '%0' DataTable for the '%1' SourceTable.
SourceTable is required to be a non-empty string
Missing SourceTable mapping: '%0'
The CommandType enumeration value, %0, is invalid.
The UpdateRowSource enumeration value, %0, is invalid.
%0: CommandText property has not been initialized
%0: %1 property has not been initialized.
The stored procedure '%0' doesn't exist.
%0 requires an open connection. The connection's current state is %1.
The transaction object is not associated with the connection object.
Execute requires the command to have a transaction object when the connection assigned to the command is in a pending local transaction. The Transaction property of the command has not been initialized.
The transaction assigned to this command must be the most nested pending local transaction.
There is already an open DataReader associated with this Connection which must be closed first.
%0 DeriveParameters only supports CommandType.StoredProcedure, not CommandType.%1
The SelectCommand property has not been initialized before calling '%0'.
Invalid SchemaType enumeration value=%0.
FillSchema: expected a non-empty string for the SourceTable name.
The MaxRecords value of %0 is invalid; the value must be >= 0.
The StartRecord value of %0 is invalid; the value must be >= 0.
Fill: expected a non-empty string for the SourceTable name.
Hierarchial chapters columns must map to an AutoIncrement DataColumn.
Update unable to find TableMapping['%0'] or DataTable '%0'.
Invalid UpdateStatus: %0
Update: expected a non-empty SourceTable name.
Missing TableMapping when TableMapping.DataSetTable='%0'.
Update requires the command clone to be valid.
Auto SQL generation during Update requires a valid SelectCommand.
Update requires a valid InsertCommand when passed DataRow collection with new rows.
Update requires a valid UpdateCommand when passed DataRow collection with modified rows.
Update requires a valid DeleteCommand when passed DataRow collection with deleted rows.
dataRows[%0].
DataRow does not belong to a DataTable.
DataRow[%0] is from a different DataTable than DataRow[0].
%0: Errors occurred; no additional is information available.
Concurrency violation: the %0 affected 0 records.
Adapter.Update: encountered an unexpected DataRowStateEnum: %0.
Invalid CommandTimeout value %0; the value must be >= 0.
The %0 is currently busy %1.
Parameter %0: '%1' of type: %2, the property Size has an invalid size: %3
%0.Prepare requires all parameters to have an explictly set type.
%0.Prepare requires all variable length parameters to have an explictly set non-zero Size.
%0.Prepare requires parameters of type '%1' have an explictly set Precision and Scale.
Invalid operation. The connection is closed.
The connection is already Open (state=%0).
The ConnectionString property has not been initialized.
Not allowed to change the '%0' property while the connection (state=%1).
Database cannot be null, the empty string, or string of only whitespace.
Invalid 'Connect Timeout' value of '%0'. The value must be an integer >= 0.
Connect Timeout Expired.
The IsolationLevel value %0 is invalid.
Invalid 'Persist Security Info' value of '%0'. The value must be a boolean of 'true' or 'false'.
Connection Pool has reached the maximum number of connections.
Invalid source buffer (size of %0) offset: %1
Invalid destination buffer (size of %0) offset: %1
No data exists for the row/column.
Invalid attempt to %0 when reader is closed.
Invalid attempt to %0 when stream is closed.
Dynamic SQL generation is not supported against multiple base tables.
Dynamic SQL generation is not supported against a SelectCommand that does not return any base table information.
Dynamic SQL generation for the %0 is not supported against a SelectCommand that does not return any key column information.
Dynamic SQL generation for the %0 is not supported against a SelectCommand that does not return any modifiable columns.
Dynamic SQL generation not supported against table names '%0' that contain the QuotePrefix or QuoteSuffix character '%1'.
Invalid attempt to read from column ordinal '%0'. With CommandBehavior.SequentialAccess, you may only read from column ordinal '%1' or greater.
%0: Invalid DataRow Version enumeration value: %1.
Invalid direction '%0' for '%1' parameter.
The parameter data type of %0 is invalid.
No mapping exists from DbType %0 to a known %1.
Unable to handle an unknown TypeCode of %0 with DataType of %0.
Invalid parameter Size value '%0'. The value must be greater than or equal to 0.
Parameter['%0'] contained within auto gen WHERE clause with SourceColumn '%1' has an unspecified Original value in the DataRow at column '%2'.
Error: byte array truncation to a length of %0.
Error: string truncation: max=%0, len
%0 does not support parallel transactions.
This %0 has completed; it is no longer usable.
Event triggered when messages arrive from the DataSource.
Event triggered when the connection changes state.
ConnectionState indiciating if the connection is open or closed.
Connection string exceeds maximum allowed length of %0.
Unknown SQL type - %0.
Unknown URT type - %0.
Invalid Handle
The Informix .NET Data Provider does not support CommandType.TableDirect
Invalid negative argument
Invalid argument
Can't set property on an open connection.
Not supported isolationlevel - %0
%0 - unable to enable connection pooling...
%0 - unable to allocate an environment handle.
Not in a transaction
Unknown SQL C type - %0
Invalid Informix Type enumeration value=%0.
%0 [%1] %2
%0 - no error information available
The DataAdapter for which to automatically generate IfxCommands
The character used in a text command as the opening quote for quoting identifiers that contain special characters.
The character used in a text command as the closing quote for quoting identifiers that contain special characters.
The parameter native type.
Invalid %2 attempt at dataIndex '%0'. With CommandBehavior.SequentialAccess, you may only read from dataIndex '%1' or greater.
Command text to execute.
Time to wait for command to execute.
How to interpret the CommandText.
Connection used by the command.
The parameters collection.
The transaction used by the command.
When used by a DataAdapter.Update, how command results are applied to the current DataRow.
Information used to connect to a Data Source.
Current connection timeout value, not settable in the ConnectionString.
Current data source catalog value, 'Database=X' in the connection string.
Current data source, 'Server=X' in the connection string.
Current Informix driver.
Version of the server accessed by the Informix driver.
Type of the server accessed by the Informix driver.
Used during Update for deleted rows in DataSet.
Used during Update for new rows in DataSet.
Used during Fill/FillSchema.
Used during Update for modified rows in DataSet.
The parameter generic type.
Input, output, or bidirectional parameter.
a design-time property used for strongly typed code-generation.
Name of the parameter.
When used by a DataAdapter.Update, the source column name that is used to find the DataSetColumn name in the ColumnMappings. This is to copy a value between the parameter and a datarow.
When used by a DataAdapter.Update (UpdateCommand only), the version of the DataRow value that is used to update the data source.
Value of the parameter.
For decimal, numeric, varnumeric DBTypes.
For decimal, numeric, varnumeric DBTypes.
Size of variable length data types (string and arrays).
The IBM Informix .Net Data Provider does not support Output Parameters.