thomas10001
Well-known member
I am using C#.Net 2003. Probably it would have the same solution in VB.
I have a oleDbDataAdapter, oleDbConnection and a DataSet.
I attached the dataset to a TextBox to its Text property (under databindings).
When I want to save the value in the textbox using .Update it doesnt save the changes!
(The .Fill works fine to load the data into the textbox. Also if I use a DataGrid instead of a TextBox .Update works fine)
What do I need to do?
I have a oleDbDataAdapter, oleDbConnection and a DataSet.
I attached the dataset to a TextBox to its Text property (under databindings).
When I want to save the value in the textbox using .Update it doesnt save the changes!
(The .Fill works fine to load the data into the textbox. Also if I use a DataGrid instead of a TextBox .Update works fine)
What do I need to do?