T
tommydnp
When I use an adapter.update(dataset, "myTable"), I get the following
error:
System.FormatException: Index (zero based) must be greater than or
equal to zero and less than the size of the argument list.
at System.Data.Common.DbDataAdapter.Update(DataRow[] dataRows,
DataTableMapping tableMapping)
at System.Data.Common.DbDataAdapter.Update(DataSet dataSet, String
srcTable)
There is one table with 2 columns and 3 rows in the dataset. Does
anyone know what the problem is?
error:
System.FormatException: Index (zero based) must be greater than or
equal to zero and less than the size of the argument list.
at System.Data.Common.DbDataAdapter.Update(DataRow[] dataRows,
DataTableMapping tableMapping)
at System.Data.Common.DbDataAdapter.Update(DataSet dataSet, String
srcTable)
There is one table with 2 columns and 3 rows in the dataset. Does
anyone know what the problem is?