D
Doug Bell
Hi,
I think that I have misunderstood the Update method of DataAdapters.
I thought that having made a Connection, Added some SQL to a Command Object
(OleDbCommand)and then creating the DataAdapter and filling a Table in a
DataSet that I could refresh the data in the DataSet Table using the Update
Method of the DataAdapter.
This doesn't work for me, I may be doing it incorrectly.
Can you use the Update Method of a DataAdpter to refresh a DataSet's
DataTable or is it solely used for updating the DataBase Table using a
Deltagram?
Thanks
Doug
I think that I have misunderstood the Update method of DataAdapters.
I thought that having made a Connection, Added some SQL to a Command Object
(OleDbCommand)and then creating the DataAdapter and filling a Table in a
DataSet that I could refresh the data in the DataSet Table using the Update
Method of the DataAdapter.
This doesn't work for me, I may be doing it incorrectly.
Can you use the Update Method of a DataAdpter to refresh a DataSet's
DataTable or is it solely used for updating the DataBase Table using a
Deltagram?
Thanks
Doug