N
Nick Zdunic
Hi,
I have loaded up some data into a DataTable as opposed to a
Dataset. The DataAdapter allows this.
I don't need all the associated stuff with the DataSet and
this is why I have chosen the DataTable.
However I'd like to update the changes to the DataTable to
the database it was loaded from. The DataAdapter can
update a dataset but not a datatable. How can I do this
then without having to resort to a manual procedure.
Does the version of the .NET framework I'm running make a
difference. I have 1.0. Does 1.1 support updating of
DataTables.
Thanks,
Nick Zdunic
I have loaded up some data into a DataTable as opposed to a
Dataset. The DataAdapter allows this.
I don't need all the associated stuff with the DataSet and
this is why I have chosen the DataTable.
However I'd like to update the changes to the DataTable to
the database it was loaded from. The DataAdapter can
update a dataset but not a datatable. How can I do this
then without having to resort to a manual procedure.
Does the version of the .NET framework I'm running make a
difference. I have 1.0. Does 1.1 support updating of
DataTables.
Thanks,
Nick Zdunic