I have managed to desplay data from a table through a dataset into several textboxes but i want any changes to be saved back to the database.
At the moment i have
DataAdapter.Update(dataset)
but it doesn't seem to be working. Am i missing some code or am i totaly on the wrong track.
Cheers,
Hugh
At the moment i have
DataAdapter.Update(dataset)
but it doesn't seem to be working. Am i missing some code or am i totaly on the wrong track.
Cheers,
Hugh