Hi
Is it possible to reload 1 row from a sql table into a datatable
I have a DataTable filled using a table adapter. I added some queries to the datatable.
One of those queries contains a reference to a (complicated) stored procedure. This stored procedure updates a specific row.
I know the ID of the updated row and i would like to reload this row into the dataset.
I can of course clear and re-fill the datatable. But i was wondering if there wasn't a shortcut which is less stress for my sql server.
I am using Windows Forms btw.
kind regards

reload 1 row from database
STorne